]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix for a bug: a command with id 8001 is the same as 800 (create group) but called...
authorasv <asv@opencascade.com>
Fri, 17 Jun 2005 10:55:55 +0000 (10:55 +0000)
committerasv <asv@opencascade.com>
Fri, 17 Jun 2005 10:55:55 +0000 (10:55 +0000)
src/GroupGUI/GroupGUI.cxx

index 788ac2a396238e2e44b124e9addc5caa565b9053..317b2e20ae7561c5b7d5a84eac6f153b47518b68 100644 (file)
@@ -95,6 +95,7 @@ bool GroupGUI::OnGUIEvent( int theCommandID, SUIT_Desktop* parent )
 
   switch ( theCommandID ) {
   case 800: 
+  case 8001:
     aDlg = new GroupGUI_GroupDlg( GroupGUI_GroupDlg::CreateGroup, parent, ""); 
     break;
   case 801: