fix windows build
This commit is contained in:
parent
67efc985e7
commit
08468f43ec
1 changed files with 0 additions and 9 deletions
|
@ -1401,19 +1401,10 @@ long BasicFrame::Command( short nID, BOOL bChecked )
|
|||
// InitMenu(GetMenuBar()->GetPopupMenu( RID_APPRUN ));
|
||||
break;
|
||||
case RID_FILEPRINT:
|
||||
#ifndef UNX
|
||||
if( pWork )
|
||||
pPrn->Print( pWork->GetText(), pWork->pDataEdit->GetText(), this );
|
||||
#else
|
||||
InfoBox( this, SttResId( IDS_NOPRINTERERROR ) ).Execute();
|
||||
#endif
|
||||
break;
|
||||
case RID_FILESETUP:
|
||||
#ifndef UNX
|
||||
pPrn->Setup();
|
||||
#else
|
||||
InfoBox( this, SttResId( IDS_NOPRINTERERROR ) ).Execute();
|
||||
#endif
|
||||
break;
|
||||
case RID_QUIT:
|
||||
if( Close() ) aBasicApp.Quit();
|
||||
|
|
Loading…
Reference in a new issue