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:
parent
e87c8c3327
commit
b2ea01eb47
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue