Changeset 993d5af6f6 in tspsg for ui/mainwindow.ui


Ignore:
Timestamp:
Jun 30, 2009, 1:02:31 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
2b9257627c
Parents:
ac4cb71650
Message:

+ Opening task file
+ Saving task file

  • Translations update to reflect recent changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ui

    rac4cb71650 r993d5af6f6  
    236236     <string>&amp;File</string>
    237237    </property>
    238     <widget class="QMenu" name="menuFileSave">
     238    <widget class="QMenu" name="menuFileSaveAs">
    239239     <property name="title">
    240       <string>&amp;Save</string>
     240      <string>Save &amp;as...</string>
    241241     </property>
    242242     <property name="icon">
     
    252252    <addaction name="actionFileNew"/>
    253253    <addaction name="actionFileOpen"/>
    254     <addaction name="menuFileSave"/>
     254    <addaction name="actionFileSave"/>
     255    <addaction name="menuFileSaveAs"/>
    255256    <addaction name="separator"/>
    256257    <addaction name="actionFilePrintSetup"/>
     
    418419  </action>
    419420  <action name="actionFileOpen">
    420    <property name="enabled">
    421     <bool>false</bool>
    422    </property>
    423421   <property name="icon">
    424422    <iconset resource="../resources/tspsg.qrc">
     
    514512  </action>
    515513  <action name="actionFileSaveTask">
    516    <property name="enabled">
    517     <bool>false</bool>
    518    </property>
    519514   <property name="icon">
    520515    <iconset resource="../resources/tspsg.qrc">
     
    563558   <property name="text">
    564559    <string notr="true">English</string>
     560   </property>
     561  </action>
     562  <action name="actionFileSave">
     563   <property name="enabled">
     564    <bool>false</bool>
     565   </property>
     566   <property name="icon">
     567    <iconset resource="../resources/tspsg.qrc">
     568     <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
     569   </property>
     570   <property name="text">
     571    <string>&amp;Save</string>
     572   </property>
     573   <property name="iconText">
     574    <string>Save</string>
     575   </property>
     576   <property name="toolTip">
     577    <string>Save task</string>
     578   </property>
     579   <property name="statusTip">
     580    <string>Save current task</string>
    565581   </property>
    566582  </action>
Note: See TracChangeset for help on using the changeset viewer.