summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-01-29 13:24:18 +0000
committerRüdiger Timm <rt@openoffice.org>2007-01-29 13:24:18 +0000
commit4912633c05cf19bbc5f82a3b1a85e8df7c8a9ae8 (patch)
treeac91dbace2cc1495bb5044921adab876e4155a03 /vcl/unx/gtk
parentc2d0fedfa7785c54e70dfa9e958088e6a730145e (diff)
INTEGRATION: CWS atkbridge5 (1.30.38); FILE MERGED
2007/01/22 08:44:19 obr 1.30.38.1: #i72116# reverted previous changes as they come too late during the office launch, also removed set_prgname again
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r--vcl/unx/gtk/app/gtkdata.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index a5a44b451425..7d2d7f49f027 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.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: rt $ $Date: 2006-12-04 16:36:47 $
+ * last change: $Author: rt $ $Date: 2007-01-29 14:24:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -504,7 +504,6 @@ void GtkXLib::Init()
nParams++;
g_set_application_name(X11SalData::getFrameClassName());
- g_set_prgname(X11SalData::getFrameResName());
// init gtk/gdk
gtk_init_check( &nParams, &pCmdLineAry );