INTEGRATION: CWS wmicons (1.10.40); FILE MERGED

2005/02/24 14:14:47 obr 1.10.40.1: #i37167# window manager icons now loaded from resource
This commit is contained in:
Kurt Zenker 2005-03-03 19:00:26 +00:00
parent e87c8c3327
commit b2ea01eb47

View file

@ -2,9 +2,9 @@
*
* $RCSfile: pamain.cxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: rt $ $Date: 2004-06-17 11:48:26 $
* last change: $Author: kz $ $Date: 2005-03-03 20:00:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -186,6 +186,7 @@ void MyApp::Main()
pPADialog = PADialog::Create( NULL , FALSE );
Application::SetDisplayName( pPADialog->GetText() );
pPADialog->SetIcon(501);
pPADialog->Execute();
delete pPADialog;