changeset 257:f711e521754d

Corrected some spelling mistakes. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@471 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sat, 06 Oct 2007 10:55:24 +0000
parents d9603e12a356
children 43d565f6af0a
files src/mainwindow.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Sat Oct 06 10:55:05 2007 +0000
+++ b/src/mainwindow.cpp	Sat Oct 06 10:55:24 2007 +0000
@@ -143,7 +143,7 @@
     // Tell the QScintilla editor if it has to show white space.
     connect( settings, SIGNAL(whiteSpaceIsVisible(bool)), this, SLOT(setWhiteSpaceVisibility(bool)) );
 
-    // Connect the remaining menue items.
+    // Connect the remaining menu items.
     connect( actionOpen_Source_File, SIGNAL(activated()), this, SLOT(openSourceFileDialog()) );
     connect( actionSave_Source_File_As, SIGNAL(activated()), this, SLOT(saveasSourceFileDialog()) );
     connect( actionSave_Source_File, SIGNAL(activated()), this, SLOT(saveSourceFile()) );
@@ -154,7 +154,7 @@
     connect( actionCreateShellScript, SIGNAL(activated()), this, SLOT(createIndenterCallShellScript()) );
     connect( actionCheck_for_update, SIGNAL(activated()), updateCheckDialog, SLOT(updateCheckManuallyInvoked()) );
 
-    // Init the menue for selecting one of the recently opened files.
+    // Init the menu for selecting one of the recently opened files.
     updateRecentlyOpenedList();
     connect( menuRecently_Opened_Files, SIGNAL(triggered(QAction*)), this, SLOT(openFileFromRecentlyOpenedList(QAction*)) );
     connect( settings, SIGNAL(recentlyOpenedListSize(int)), this, SLOT(updateRecentlyOpenedList()) );