From b2ea01eb4714313e937e9e6320d44be323e463ee Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 3 Mar 2005 19:00:26 +0000 Subject: [PATCH] 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 --- padmin/source/pamain.cxx | 5 +++-- 1 file 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;