Browse Source

Fix menu and toolbar captions, tooltips and status tips in SourceFileWindow.
Fix "Print File" toolbar icon status tip in MainForm.


git-svn-id: file:///var/svn/tigccpp/trunk@587 9552661e-59e3-4036-b4f2-dbe53926924f

kevinkofler 18 years ago
parent
commit
c5ef142f3e
2 changed files with 21 additions and 18 deletions
  1. 3 0
      ktigcc/mainform.ui
  2. 18 18
      ktigcc/srcfilewin.ui

+ 3 - 0
ktigcc/mainform.ui

@@ -1190,6 +1190,9 @@
         <property name="text">
             <string>Print File</string>
         </property>
+        <property name="statusTip">
+            <string>Print the current source file</string>
+        </property>
     </action>
 </actions>
 <connections>

+ 18 - 18
ktigcc/srcfilewin.ui

@@ -96,13 +96,13 @@
             <iconset>02</iconset>
         </property>
         <property name="text">
-            <string>Save All</string>
+            <string>Save</string>
         </property>
         <property name="menuText">
-            <string>&amp;Save All</string>
+            <string>&amp;Save</string>
         </property>
         <property name="statusTip">
-            <string>Save all open files</string>
+            <string>Save the file</string>
         </property>
         <property name="accel">
             <string>Ctrl+S</string>
@@ -113,13 +113,13 @@
             <cstring>fileSaveAsAction</cstring>
         </property>
         <property name="text">
-            <string>Save Project As...</string>
+            <string>Save As...</string>
         </property>
         <property name="menuText">
-            <string>Save Project &amp;As...</string>
+            <string>Save &amp;As...</string>
         </property>
         <property name="statusTip">
-            <string>Save the current project with another name, or in another folder</string>
+            <string>Save the file with another name, or in another folder</string>
         </property>
         <property name="accel">
             <string></string>
@@ -139,7 +139,7 @@
             <string>&amp;Print...</string>
         </property>
         <property name="statusTip">
-            <string>Print the current source file</string>
+            <string>Print this file</string>
         </property>
         <property name="accel">
             <string>Ctrl+P</string>
@@ -150,13 +150,13 @@
             <cstring>fileCloseAction</cstring>
         </property>
         <property name="text">
-            <string>Exit</string>
+            <string>Close</string>
         </property>
         <property name="menuText">
-            <string>E&amp;xit</string>
+            <string>&amp;Close</string>
         </property>
         <property name="statusTip">
-            <string>Close the TIGCC IDE</string>
+            <string>Close this window</string>
         </property>
         <property name="accel">
             <string></string>
@@ -424,13 +424,13 @@
             <iconset>08</iconset>
         </property>
         <property name="text">
-            <string>Add Files</string>
+            <string>Add to Project</string>
         </property>
         <property name="menuText">
-            <string>&amp;Add Files...</string>
+            <string>A&amp;dd to Project...</string>
         </property>
         <property name="statusTip">
-            <string>Add existing files to the current project</string>
+            <string>Add this file to the current project</string>
         </property>
     </action>
     <action>
@@ -444,13 +444,10 @@
             <string>Compile</string>
         </property>
         <property name="menuText">
-            <string>&amp;Compile</string>
+            <string>C&amp;ompile</string>
         </property>
         <property name="statusTip">
-            <string>Compile all updated files in the current project</string>
-        </property>
-        <property name="accel">
-            <string>Ctrl+Alt+F9</string>
+            <string>Compile the file</string>
         </property>
     </action>
     <action>
@@ -477,6 +474,9 @@
         <property name="text">
             <string>Print File</string>
         </property>
+        <property name="statusTip">
+            <string>Print this file</string>
+        </property>
     </action>
 </actions>
 <connections>