]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to Qt4.
authormkr <mkr@opencascade.com>
Thu, 12 Jul 2007 08:52:35 +0000 (08:52 +0000)
committermkr <mkr@opencascade.com>
Thu, 12 Jul 2007 08:52:35 +0000 (08:52 +0000)
src/STD/STD_Application.cxx
src/STD/resources/STD_msg_en.po
src/STD/resources/STD_msg_en.ts

index f0561eb6fae855fe66186c5b5c2e121c3601c5e1..c7fc077e1a408454c598a3489443c517d154190d 100755 (executable)
@@ -199,11 +199,11 @@ void STD_Application::createActions()
                 Qt::SHIFT+Qt::Key_A, desk, false, this, SLOT( onHelpAbout() ) );
 
 
-  QtxDockAction* dwa = new QtxDockAction( tr( "TOT_DOCKWINDOWS" ), tr( "MEN_DOCKWINDOWS" ), desk );
+  QtxDockAction* dwa = new QtxDockAction( tr( "TOT_DOCKWINDOWS" ), tr( "MEN_DESK_VIEW_DOCKWINDOWS" ), desk );
   dwa->setDockType( QtxDockAction::DockWidget );
   registerAction( ViewWindowsId, dwa );
 
-  QtxDockAction* tba = new QtxDockAction( tr( "TOT_TOOLBARS" ), tr( "MEN_TOOLBARS" ), desk );
+  QtxDockAction* tba = new QtxDockAction( tr( "TOT_TOOLBARS" ), tr( "MEN_DESK_VIEW_TOOLBARS" ), desk );
   tba->setDockType( QtxDockAction::ToolBar );
   registerAction( ViewToolBarsId, tba );
 
index 7956e4586b91a3ed09a8d0094a09327f1780ad6e..4dceccd1f002a6a13d33f3345c9d6afb0338b46f 100755 (executable)
@@ -140,6 +140,9 @@ msgstr "&View"
 msgid "MEN_DESK_VIEW_TOOLBARS"
 msgstr "T&oolbars"
 
+msgid "MEN_DESK_VIEW_DOCKWINDOWS"
+msgstr "W&indows"
+
 msgid "MEN_DESK_VIEW_STATUSBAR"
 msgstr "&Status Bar"
 
index 83316ceae5bd530b2f19ff24bce4f0485ab9cee0..f26fb27d56e437e43c663061479c563fd72c168f 100644 (file)
@@ -160,6 +160,10 @@ Directory with this name exist on disc. Try to use another name</translation>
         <source>TOT_DESK_EDIT_PASTE</source>
         <translation>Paste</translation>
     </message>
+    <message>
+        <source>MEN_DESK_VIEW_DOCKWINDOWS</source>
+        <translation>W&amp;indows</translation>
+    </message>
     <message>
         <source>BUT_YES</source>
         <translation>&amp;Yes</translation>
@@ -257,10 +261,6 @@ Do you want to reload it ?</translation>
         <source>DLG_LOAD_STUDY_CAPTION</source>
         <translation>Load Study</translation>
     </message>
-    <message>
-        <source>CLOSE_STUDY</source>
-        <translation>Close study</translation>
-    </message>
     <message>
         <source>PRP_DESK_HELP_SEARCH</source>
         <translation>Searches help for a topic</translation>
@@ -369,10 +369,6 @@ Do you want to overwrite it ?</translation>
         <source>TOT_DESK_FILE_OPEN</source>
         <translation>Open document</translation>
     </message>
-    <message>
-        <source>CLOSE_QUESTION</source>
-        <translation>Document %1 modified. Do you want to save or discard the modification and close the document?</translation>
-    </message>
     <message>
         <source>PRP_DESK_FILE_EXIT</source>
         <translation>Exits the application</translation>