Changeset 142 in tspsg-svn for trunk/ui/mainwindow.ui
- Timestamp:
- Oct 5, 2010, 9:44:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/mainwindow.ui
r138 r142 299 299 <addaction name="actionHelpContextual"/> 300 300 <addaction name="separator"/> 301 <addaction name="actionHelpOnlineSupport"/> 302 <addaction name="actionHelpReportBug"/> 303 <addaction name="separator"/> 301 304 <addaction name="actionHelpAboutQt"/> 302 305 <addaction name="actionHelpAbout"/> … … 409 412 <string>&About TSPSG...</string> 410 413 </property> 411 <property name="statusTip">412 <string>About application</string>413 </property>414 414 </action> 415 415 <action name="actionFileExit"> 416 416 <property name="text"> 417 417 <string>E&xit</string> 418 </property>419 <property name="statusTip">420 <string>Exit application</string>421 418 </property> 422 419 </action> … … 503 500 <property name="statusTip"> 504 501 <string>Automatically choose the most appropriate style</string> 502 </property> 503 </action> 504 <action name="actionHelpOnlineSupport"> 505 <property name="text"> 506 <string>Online &Support...</string> 507 </property> 508 <property name="statusTip"> 509 <string>Get support online</string> 510 </property> 511 </action> 512 <action name="actionHelpReportBug"> 513 <property name="text"> 514 <string>Report a &Bug...</string> 505 515 </property> 506 516 </action>
Note: See TracChangeset
for help on using the changeset viewer.