diff options
-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 + |