]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-splash.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-splash.patch
1 --- oo_1.1_src/offmgr/source/offapp/intro/ooo.src.orig  2003-09-22 20:48:59.000000000 +0200
2 +++ oo_1.1_src/offmgr/source/offapp/intro/ooo.src       2003-11-30 16:04:31.000000000 +0100
3 @@ -81,14 +81,14 @@
4  #define OOO_LICENSE "LGPL"
5  #define OOO_INTRO "openintro_sun.bmp"
6  #else
7 -//#define OOO_VENDOR "my company"
8 +#define OOO_VENDOR "PLD Linux Distribution"
9  #define OOO_LICENSE "LGPL"
10 -#define OOO_INTRO "openintro.bmp"
11 +#define OOO_INTRO "openintro_pld.bmp"
12  #endif
13  
14  Bitmap RID_DEFAULT_ABOUT_BMP_LOGO
15  {
16 -       File = "openabout.bmp" ;
17 +       File = "openabout_pld.bmp" ;
18  };
19  
20  Bitmap RID_DEFAULTINTRO
This page took 0.033222 seconds and 3 git commands to generate.