From f978f1b09248cf2149b01ad11896943e85b383cc Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 13 Oct 2005 06:38:08 +0000 Subject: [PATCH] *** empty log message *** --- src/Qtx/QtxPopupMgr.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Qtx/QtxPopupMgr.cxx b/src/Qtx/QtxPopupMgr.cxx index 6f9d28427..4fbf58ef1 100644 --- a/src/Qtx/QtxPopupMgr.cxx +++ b/src/Qtx/QtxPopupMgr.cxx @@ -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 ); } //================================================================ -- 2.39.2