Fix for a bug: a command with id 8001 is the same as 800 (create group) but called from a popup (another caption). so we let it to be handled just as command id 800.

This commit is contained in:
asv 2005-06-17 10:55:55 +00:00
parent 650baae06d
commit bfce8429ee

View 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: