From: <hep...@us...> - 2011-04-04 00:37:15
|
Revision: 1291 http://qterm.svn.sourceforge.net/qterm/?rev=1291&view=rev Author: hephooey Date: 2011-04-04 00:37:09 +0000 (Mon, 04 Apr 2011) Log Message: ----------- idle -> Idle, Fix Bug #3266659 Modified Paths: -------------- trunk/qterm-qt4/src/po/qterm_chs.ts trunk/qterm-qt4/src/qtermwindow.cpp trunk/qterm-qt4/src/ui/mainframe.ui Modified: trunk/qterm-qt4/src/po/qterm_chs.ts =================================================================== --- trunk/qterm-qt4/src/po/qterm_chs.ts 2011-03-10 17:43:37 UTC (rev 1290) +++ trunk/qterm-qt4/src/po/qterm_chs.ts 2011-04-04 00:37:09 UTC (rev 1291) @@ -270,7 +270,7 @@ </message> <message> <source>Anti-&idle</source> - <translation>防发呆(&I)</translation> + <translation type="obsolete">防发呆(&I)</translation> </message> <message> <source>Debug Console</source> @@ -412,6 +412,10 @@ <source>Manage Favorites ...</source> <translation>管理 Favorites...</translation> </message> + <message> + <source>Anti-&Idle</source> + <translation>防发呆(&I)</translation> + </message> </context> <context> <name>QTerm::Canvas</name> Modified: trunk/qterm-qt4/src/qtermwindow.cpp =================================================================== --- trunk/qterm-qt4/src/qtermwindow.cpp 2011-03-10 17:43:37 UTC (rev 1290) +++ trunk/qterm-qt4/src/qtermwindow.cpp 2011-04-04 00:37:09 UTC (rev 1291) @@ -1885,7 +1885,7 @@ << "actionCopy" << "actionPaste" << "actionAuto_Copy" << "actionCopy_w_Color" << "actionRectangle_Selection" << "actionPaste_w_Wordwrap" - << "actionAnti_idle" << "actionAuto_Reply" + << "actionAnti_Idle" << "actionAuto_Reply" << "actionCopy_Article" << "actionView_Message" << "actionBoss_Color" << "actionDebug_Console" << "actionRun" << "actionStop" << "actionReload_Script" Modified: trunk/qterm-qt4/src/ui/mainframe.ui =================================================================== --- trunk/qterm-qt4/src/ui/mainframe.ui 2011-03-10 17:43:37 UTC (rev 1290) +++ trunk/qterm-qt4/src/ui/mainframe.ui 2011-04-04 00:37:09 UTC (rev 1291) @@ -139,7 +139,7 @@ </property> <addaction name="actionCopy_Article"/> <addaction name="actionAuto_Reply"/> - <addaction name="actionAnti_idle"/> + <addaction name="actionAnti_Idle"/> <addaction name="actionSupport_Mouse"/> <addaction name="actionBeep_on_message"/> <addaction name="actionView_Message"/> @@ -529,7 +529,7 @@ <string>Close</string> </property> </action> - <action name="actionAnti_idle"> + <action name="actionAnti_Idle"> <property name="checkable"> <bool>true</bool> </property> @@ -538,7 +538,7 @@ <normaloff>:/pic/anti-idle.png</normaloff>:/pic/anti-idle.png</iconset> </property> <property name="text"> - <string>Anti-&idle</string> + <string>Anti-&Idle</string> </property> </action> <action name="actionDebug_Console"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |