Tue, 09 Apr 2013 17:56:35 +0300
Added an icon for the 'about Qt' action. Let's hope Digia doesn't tear me apart for my horrible recreation of the Qt logo. :)
gui_actions.cpp | file | annotate | diff | comparison | revisions | |
icons/qt.png | file | annotate | diff | comparison | revisions |
--- a/gui_actions.cpp Tue Apr 09 17:41:19 2013 +0300 +++ b/gui_actions.cpp Tue Apr 09 17:56:35 2013 +0300 @@ -129,12 +129,12 @@ // ============================================================================= // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ============================================================================= -ACTION (about, "About" APPNAME_DISPLAY, "ldforge", +ACTION (about, "About " APPNAME_DISPLAY, "ldforge", "Shows information about " APPNAME_DISPLAY ".", CTRL (F1)) { } -ACTION (aboutQt, "About Qt", "aboutQt", "Shows information about Qt.", CTRL_SHIFT (F1)) { +ACTION (aboutQt, "About Qt", "qt", "Shows information about Qt.", CTRL_SHIFT (F1)) { QMessageBox::aboutQt (g_ForgeWindow); } \ No newline at end of file