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. :)

Tue, 09 Apr 2013 17:56:35 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Tue, 09 Apr 2013 17:56:35 +0300
changeset 80
fd61b467ff99
parent 79
f8917e9d07f6
child 81
3970b22a836f

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
Binary file icons/qt.png has changed

mercurial