CancelButtons no longer loaded from resource files
Change-Id: If95ae86708660007e6a0f4df27b3c364a9653dae
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
#define RSC_BUTTON (RSC_NOTYPE + 0x45)
|
||||
#define RSC_PUSHBUTTON (RSC_NOTYPE + 0x46)
|
||||
|
||||
#define RSC_CANCELBUTTON (RSC_NOTYPE + 0x48)
|
||||
#define RSC_HELPBUTTON (RSC_NOTYPE + 0x49)
|
||||
#define RSC_IMAGEBUTTON (RSC_NOTYPE + 0x4a)
|
||||
|
||||
|
@@ -73,7 +73,6 @@ void RscTypCont::Init()
|
||||
RscTop * pClassButton;
|
||||
RscTop * pClassCheckBox;
|
||||
RscTop * pClassPushButton;
|
||||
RscTop * pClassCancelButton;
|
||||
RscTop * pClassHelpButton;
|
||||
RscTop * pClassRadioButton;
|
||||
RscTop * pClassImageButton;
|
||||
@@ -372,14 +371,6 @@ void RscTypCont::Init()
|
||||
pClassHelpButton->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType );
|
||||
aNmTb.Put( nId, CLASSNAME, pClassHelpButton );
|
||||
pRoot->Insert( pClassHelpButton );
|
||||
|
||||
// Klasse anlegen
|
||||
nId = pHS->getID( "CancelButton" );
|
||||
pClassCancelButton = new RscClass( nId, RSC_CANCELBUTTON,
|
||||
pClassPushButton );
|
||||
pClassCancelButton->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType );
|
||||
aNmTb.Put( nId, CLASSNAME, pClassCancelButton );
|
||||
pRoot->Insert( pClassCancelButton );
|
||||
}
|
||||
{
|
||||
pClassRadioButton = InitClassRadioButton( pClassButton );
|
||||
|
Reference in New Issue
Block a user