]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorasl <asl@opencascade.com>
Thu, 13 Oct 2005 06:38:08 +0000 (06:38 +0000)
committerasl <asl@opencascade.com>
Thu, 13 Oct 2005 06:38:08 +0000 (06:38 +0000)
src/Qtx/QtxPopupMgr.cxx

index 6f9d284279ee1b2ee4e2e9ab76f2ab5b8a4313fd..4fbf58ef1303225139faeff811d9ea461a38a930 100644 (file)
@@ -234,9 +234,9 @@ void QtxPopupMgr::createOperations()
     myOperations = new QtxListOfOperations;
     myOperations->prepend( "logic",   new QtxLogic(),           0 );
     myOperations->prepend( "arithm",  new QtxArithmetics(),    50 );
-    myOperations->prepend( "strings", new QtxStrings(),       100 );
-    myOperations->prepend( "sets",    new QtxSets(),          150 );
-    myOperations->prepend( "custom",  new Operations( this ), 200 );
+    myOperations->append( "strings", new QtxStrings(),       100 );
+    myOperations->append( "sets",    new QtxSets(),          150 );
+    myOperations->append( "custom",  new Operations( this ), 200 );
 }
 
 //================================================================