diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:40:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:40:54 +0000 |
commit | 3eb1a2bb93d582e293b8705897b5053051d91d4d (patch) | |
tree | 3e64a7d9b5b4259aa8128729b102df9bd962383e /scp2 | |
parent | 089212a020bc72794ba408beadd1b84d70327f9b (diff) |
INTEGRATION: CWS gtkquickstart (1.160.6); FILE MERGED
2006/09/29 11:17:02 mmeeks 1.160.6.2: RESYNC: (1.160-1.166); FILE MERGED
2006/08/01 10:57:05 mmeeks 1.160.6.1: #i57872#
gtk systray quickstarter
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index cf08d6567599..55b38f6f3c80 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_ooo.scp,v $ * - * $Revision: 1.167 $ + * $Revision: 1.168 $ * - * last change: $Author: kz $ $Date: 2006-10-06 09:12:59 $ + * last change: $Author: kz $ $Date: 2006-10-06 10:40:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -415,6 +415,15 @@ File gid_File_Share_Xdg_Printeradmin Name = "printeradmin.desktop"; End +#ifdef ENABLE_GTK +File gid_File_Share_Xdg_QStart + TXT_FILE_BODY; + Dir = gid_Dir_Share_Xdg; + Styles = (PACKED,SCPZIP_REPLACE); + Name = "qstart.desktop"; +End +#endif + #endif File gid_File_Bmp_Installation |