Changeset 899d1b8e15 in tspsg for ui/mainwindow.ce.ui
- Timestamp:
- Jun 24, 2009, 6:54:10 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- ac4cb71650
- Parents:
- 78282ec778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/mainwindow.ce.ui
r78282ec778 r899d1b8e15 282 282 <string>&Settings</string> 283 283 </property> 284 <addaction name="actionSettingsSettings"/> 284 <widget class="QMenu" name="menuSettingsLanguage"> 285 <property name="toolTip"> 286 <string>Select language</string> 287 </property> 288 <property name="statusTip"> 289 <string>Select application language</string> 290 </property> 291 <property name="title"> 292 <string extracomment="Please, append " / Language" when translating this string.">&Language</string> 293 </property> 294 <addaction name="actionSettingsLanguageAutodetect"/> 295 </widget> 296 <addaction name="menuSettingsLanguage"/> 297 <addaction name="separator"/> 298 <addaction name="actionSettingsPreferences"/> 285 299 </widget> 286 300 <widget class="QMenu" name="menuHelp"> … … 317 331 <addaction name="actionFileSaveTask"/> 318 332 <addaction name="separator"/> 319 <addaction name="actionSettings Settings"/>333 <addaction name="actionSettingsPreferences"/> 320 334 <addaction name="separator"/> 321 335 <addaction name="actionFileExit"/> … … 408 422 </property> 409 423 </action> 410 <action name="actionSettings Settings">424 <action name="actionSettingsPreferences"> 411 425 <property name="icon"> 412 426 <iconset resource="../resources/tspsg.qrc"> … … 502 516 <property name="shortcut"> 503 517 <string>Ctrl+S</string> 518 </property> 519 </action> 520 <action name="actionSettingsLanguageAutodetect"> 521 <property name="checkable"> 522 <bool>true</bool> 523 </property> 524 <property name="checked"> 525 <bool>true</bool> 526 </property> 527 <property name="text"> 528 <string>&Autodetect</string> 529 </property> 530 <property name="toolTip"> 531 <string>Detect language automatically</string> 532 </property> 533 <property name="statusTip"> 534 <string>Detect language automatically based on regional settings</string> 504 535 </property> 505 536 </action>
Note: See TracChangeset
for help on using the changeset viewer.