--- a/src/historyDialog.cpp Wed May 08 15:30:19 2013 +0300 +++ b/src/historyDialog.cpp Thu May 09 02:28:39 2013 +0300 @@ -16,11 +16,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <qboxlayout.h> +#include <qmessagebox.h> #include "historyDialog.h" #include "history.h" #include "colors.h" -#include <qboxlayout.h> -#include <qmessagebox.h> EXTERN_ACTION (undo); EXTERN_ACTION (redo); @@ -61,7 +61,7 @@ setLayout (qLayout); setWindowIcon (getIcon ("history")); - setWindowTitle (APPNAME " - Edit history"); + setWindowTitle ("Edit History"); populateList (); updateButtons ();