fix windows build

This commit is contained in:
Philipp Lohmann 2009-07-06 16:25:13 +00:00
parent 67efc985e7
commit 08468f43ec

View file

@ -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();