Browse Source

ENH: Fix exit shortcut to be more standard, and add shortcut for advanced checkbox.

Clinton Stimpson 18 years ago
parent
commit
7bd2da3eff
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Source/QtDialog/CMakeSetupDialog.cxx
  2. 1 1
      Source/QtDialog/CMakeSetupDialog.ui

+ 1 - 1
Source/QtDialog/CMakeSetupDialog.cxx

@@ -84,7 +84,7 @@ CMakeSetupDialog::CMakeSetupDialog()
   this->DeleteCacheAction = FileMenu->addAction(tr("&Delete Cache"));
   this->DeleteCacheAction = FileMenu->addAction(tr("&Delete Cache"));
   QObject::connect(this->DeleteCacheAction, SIGNAL(triggered(bool)), 
   QObject::connect(this->DeleteCacheAction, SIGNAL(triggered(bool)), 
                    this, SLOT(doDeleteCache()));
                    this, SLOT(doDeleteCache()));
-  this->ExitAction = FileMenu->addAction(tr("&Exit"));
+  this->ExitAction = FileMenu->addAction(tr("E&xit"));
   QObject::connect(this->ExitAction, SIGNAL(triggered(bool)), 
   QObject::connect(this->ExitAction, SIGNAL(triggered(bool)), 
                    this, SLOT(close()));
                    this, SLOT(close()));
 
 

+ 1 - 1
Source/QtDialog/CMakeSetupDialog.ui

@@ -129,7 +129,7 @@
          <item>
          <item>
           <widget class="QCheckBox" name="Advanced" >
           <widget class="QCheckBox" name="Advanced" >
            <property name="text" >
            <property name="text" >
-            <string>Show Advanced Entries</string>
+            <string>Show Ad&amp;vanced Entries</string>
            </property>
            </property>
           </widget>
           </widget>
          </item>
          </item>