summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 13:56:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 13:56:57 +0000
commitbd133407f0a58da8f13d53140084996d319a1610 (patch)
tree6327b609cc07cbf074f6ee9c5c19e7fac7b8b480 /vcl
parentf5530ebdebf14a37363b2bdfca5f07b9ea5b0dc0 (diff)
INTEGRATION: CWS vcl68 (1.28.10); FILE MERGED
2006/10/13 12:29:33 pl 1.28.10.1: #i70388# set WM_CLASS hint (thanks cmc)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk/app/gtkdata.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index ce3309e35ab3..98d98acb9955 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtkdata.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: kz $ $Date: 2006-10-06 09:59:25 $
+ * last change: $Author: vg $ $Date: 2006-11-01 14:56:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -507,6 +507,7 @@ void GtkXLib::Init()
gtk_init_check( &nParams, &pCmdLineAry );
g_set_application_name(X11SalData::getFrameClassName());
+ g_set_prgname(X11SalData::getFrameResName());
for (i = 0; i < nParams; i++ )
g_free( pCmdLineAry[i] );