diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 09:58:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 09:58:36 +0000 |
commit | 1f8f188d6fe51e090a1b4f90adf5041e83c4d88a (patch) | |
tree | 8e1ae9f8217ae82337b1421d712d73a897f30ea3 /scp2/source/gnome | |
parent | ca890affcad2587571f69194cb6561df0106970f (diff) |
INTEGRATION: CWS nativefixer3 (1.1.310); FILE MERGED
2005/01/26 12:14:29 obr 1.1.310.2: #i35698# moved gnome-set-default-application into gnome module
2005/01/21 15:35:19 is 1.1.310.1: join to cws sysui03
Diffstat (limited to 'scp2/source/gnome')
-rw-r--r-- | scp2/source/gnome/file_gnome.scp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/scp2/source/gnome/file_gnome.scp b/scp2/source/gnome/file_gnome.scp index ec0789a2f3d6..b6a5ad218893 100644 --- a/scp2/source/gnome/file_gnome.scp +++ b/scp2/source/gnome/file_gnome.scp @@ -2,9 +2,9 @@ * * $RCSfile: file_gnome.scp,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-01-21 12:05:43 $ + * last change: $Author: rt $ $Date: 2005-01-31 10:58:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,7 +58,6 @@ * * ************************************************************************/ - #include "macros.inc" File gid_File_Lib_Gnomevfs @@ -79,3 +78,10 @@ File gid_File_Lib_Gconfbe Regmergefile = "gconfbe1-ucd.txt"; End +File gid_File_Bin_Gnome_Set_Default_Application + BIN_FILE_BODY; + Dir = gid_Dir_Program; + Name = "gnome-set-default-application"; + Styles = (PACKED); +End + |