diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-03 19:00:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-03 19:00:26 +0000 |
commit | b2ea01eb4714313e937e9e6320d44be323e463ee (patch) | |
tree | b327fee790fd06b6d789645c65a50feb340e54e5 /padmin | |
parent | e87c8c3327be1bbffc8a07f12e394ab7515df2b2 (diff) |
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
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/pamain.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx index d79369a8f6b0..ce3b1d0b6816 100644 --- a/padmin/source/pamain.cxx +++ b/padmin/source/pamain.cxx @@ -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; |