# HG changeset patch # User Santeri Piippo # Date 1365519395 -10800 # Node ID fd61b467ff99fb8d1550f815bd4303c685ea04a4 # Parent f8917e9d07f65841e964bb5271f3d659fea677c8 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. :) diff -r f8917e9d07f6 -r fd61b467ff99 gui_actions.cpp --- 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 diff -r f8917e9d07f6 -r fd61b467ff99 icons/qt.png Binary file icons/qt.png has changed