From a025ab5da53c3b51ba69c6afb7a107b06743b06d Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 18 Dec 2019 11:41:52 +0100 Subject: [PATCH] Removed comment cause it ain't --- src/GUI/IntelliPhotoGui.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/GUI/IntelliPhotoGui.cpp b/src/GUI/IntelliPhotoGui.cpp index a25999b..c2cae43 100644 --- a/src/GUI/IntelliPhotoGui.cpp +++ b/src/GUI/IntelliPhotoGui.cpp @@ -16,7 +16,6 @@ IntelliPhotoGui::IntelliPhotoGui(){ createMenus(); //set style of the gui setIntelliStyle(); - // Size the app showMaximized(); } @@ -28,7 +27,6 @@ void IntelliPhotoGui::closeEvent(QCloseEvent *event){ if (maybeSave()) { event->accept(); } else { - // If there have been changes ignore the event event->ignore(); } @@ -234,7 +232,7 @@ void IntelliPhotoGui::slotCreateLineTool(){ void IntelliPhotoGui::slotAboutDialog(){ // Window title and text to display QMessageBox::about(this, tr("About Painting"), - tr("

IntelliPhoto Some nice ass looking software

")); + tr("

IntelliPhotoPretty basic editor.

")); } // Define menu actions that call functions