Changeset ac4cb71650 in tspsg for ui


Ignore:
Timestamp:
Jun 25, 2009, 3:02:11 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
993d5af6f6
Parents:
899d1b8e15
Message:

English language should always be in language menu.

Location:
ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    r899d1b8e15 rac4cb71650  
    292292      <string extracomment="Please, append &quot; / Language&quot; when translating this string.">&amp;Language</string>
    293293     </property>
     294     <property name="icon">
     295      <iconset resource="../resources/tspsg.qrc">
     296       <normaloff>:/images/buttons/buttons/Web.png</normaloff>:/images/buttons/buttons/Web.png</iconset>
     297     </property>
    294298     <addaction name="actionSettingsLanguageAutodetect"/>
     299     <addaction name="separator"/>
     300     <addaction name="actionSettingsLanguageEnglish"/>
    295301    </widget>
    296302    <addaction name="menuSettingsLanguage"/>
     
    533539   <property name="statusTip">
    534540    <string>Detect language automatically based on regional settings</string>
     541   </property>
     542  </action>
     543  <action name="actionSettingsLanguageEnglish">
     544   <property name="checkable">
     545    <bool>true</bool>
     546   </property>
     547   <property name="checked">
     548    <bool>true</bool>
     549   </property>
     550   <property name="text">
     551    <string>English</string>
    535552   </property>
    536553  </action>
  • ui/mainwindow.ui

    r899d1b8e15 rac4cb71650  
    273273      <string extracomment="Please, append &quot; / Language&quot; when translating this string.">&amp;Language</string>
    274274     </property>
     275     <property name="icon">
     276      <iconset resource="../resources/tspsg.qrc">
     277       <normaloff>:/images/buttons/buttons/Web.png</normaloff>:/images/buttons/buttons/Web.png</iconset>
     278     </property>
    275279     <addaction name="actionSettingsLanguageAutodetect"/>
     280     <addaction name="separator"/>
     281     <addaction name="actionSettingsLanguageEnglish"/>
    276282    </widget>
    277283    <addaction name="menuSettingsLanguage"/>
     
    546552   <property name="statusTip">
    547553    <string>Detect language automatically based on regional settings</string>
     554   </property>
     555  </action>
     556  <action name="actionSettingsLanguageEnglish">
     557   <property name="checkable">
     558    <bool>true</bool>
     559   </property>
     560   <property name="checked">
     561    <bool>true</bool>
     562   </property>
     563   <property name="text">
     564    <string notr="true">English</string>
    548565   </property>
    549566  </action>
Note: See TracChangeset for help on using the changeset viewer.