]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-gui-new-icons.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-gui-new-icons.patch
1 Index: sfx2/source/appl/app.src
2 ===================================================================
3 RCS file: /cvs/framework/sfx2/source/appl/app.src,v
4 retrieving revision 1.85
5 diff -u -p -u -r1.85 app.src
6 --- sfx2/source/appl/app.src    26 May 2003 08:28:00 -0000      1.85
7 +++ sfx2/source/appl/app.src    4 Jun 2003 10:03:31 -0000
8 @@ -3590,9 +3590,12 @@ ToolBox RID_ENVTOOLBOX
9                 SID_EXPLORER_SEARCHORIGINAL;\
10                 SID_EXPLORER_DETAILS;\
11                 SID_EXPLORER_ICONS;\
12 -    };\
13 +               SID_HELPINDEX;\
14 +               SID_HELP_SUPPORTPAGE;\
15 +               SID_ABOUT;\
16 +       };\
17         IdCount = {\
18 -        40;\
19 +        43;\
20         };
21  
22  #ifndef IMAGE_STDBTN_COLOR
23 Index: sw/source/ui/app/app.src
24 ===================================================================
25 RCS file: /cvs/sw/sw/source/ui/app/app.src,v
26 retrieving revision 1.88
27 diff -u -p -u -r1.88 app.src
28 --- sw/source/ui/app/app.src    26 May 2003 08:14:25 -0000      1.88
29 +++ sw/source/ui/app/app.src    4 Jun 2003 10:04:39 -0000
30 @@ -325,11 +325,13 @@ String STR_PAGE_COUNT_MACRO
31                 FN_INSERT_CAPTION;\
32                 FN_INSERT_REF_FIELD;\
33          FN_INSERT_REGION;\
34 -                                                                               \
35 +               SID_HELPINDEX;\
36 +               SID_HELP_SUPPORTPAGE;\
37 +               SID_ABOUT;\
38                                                                                 \
39                 };                                                              \
40         IdCount = {                                             \
41 -        165;                            \
42 +        168;                            \
43         };
44  
45  
46 Index: sc/source/ui/src/toolbox.src
47 ===================================================================
48 RCS file: /cvs/sc/sc/source/ui/src/toolbox.src,v
49 retrieving revision 1.53
50 diff -u -p -u -r1.53 toolbox.src
51 --- sc/source/ui/src/toolbox.src        26 May 2003 08:09:27 -0000      1.53
52 +++ sc/source/ui/src/toolbox.src        4 Jun 2003 10:05:23 -0000
53 @@ -1896,9 +1896,15 @@ FloatingWindow RID_TBXCTL_INSOBJ
54                 SID_ATTR_GRAF_CROP;\
55                 SID_ENABLE_HYPHENATION;                 /* 26087        */      \
56          SID_ATTR_ZOOM; \
57 +               SID_PRINTPREVIEW;\
58 +               SID_HELPINDEX;\
59 +               SID_HELP_SUPPORTPAGE;\
60 +               SID_ABOUT;\
61 +               SID_DELETE_CONTENTS;\
62 +               SID_SELECTALL;\
63      };                                                  \
64      IdCount = {                                         \
65 -        163;                                            \
66 +        169;                                            \
67      };
68  
69  
70 Index: sd/source/ui/app/app.src
71 ===================================================================
72 RCS file: /cvs/graphics/sd/source/ui/app/app.src,v
73 retrieving revision 1.20
74 diff -u -p -u -r1.20 app.src
75 --- sd/source/ui/app/app.src    26 May 2003 08:08:02 -0000      1.20
76 +++ sd/source/ui/app/app.src    4 Jun 2003 10:06:12 -0000
77 @@ -395,9 +395,16 @@
78                         SID_HYPHENATION;\
79                         SID_THESAURUS;\
80                         SID_AUTOSPELL_CHECK;\
81 +               SID_INSERT_FLD_DATE_FIX;\
82 +               SID_INSERT_FLD_TIME_FIX;\
83 +               SID_INSERT_FLD_AUTHOR;\
84 +               SID_INSERT_FLD_PAGE;\
85 +               SID_HELPINDEX;\
86 +               SID_HELP_SUPPORTPAGE;\
87 +               SID_ABOUT;\
88      };\
89      IdCount = {\
90 -        285;\
91 +        292;\
92      };
93  
94  
95 Index: offmgr/source/offapp/app/app.src
96 ===================================================================
97 RCS file: /cvs/framework/offmgr/source/offapp/app/app.src,v
98 retrieving revision 1.89
99 diff -u -p -u -r1.89 app.src
100 --- offmgr/source/offapp/app/app.src    2 Jul 2003 15:02:49 -0000       1.89
101 +++ offmgr/source/offapp/app/app.src    9 Jul 2003 08:27:26 -0000
102 @@ -930,9 +930,12 @@ ErrorBox RID_ERRBOX_MODULENOTINSTALLED
103                 SID_DIA;                    \
104                 SID_HIDE_SLIDE;             \
105                 SID_CHOOSE_POLYGON;         \
106 +               SID_HELPINDEX;              \
107 +               SID_HELP_SUPPORTPAGE;       \
108 +               SID_ABOUT;                  \
109         };\
110         IdCount = {\
111 -        101;\
112 +        104;\
113         };
114  #ifndef IMAGE_STDBTN_COLOR
115  #define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; }
This page took 0.029187 seconds and 3 git commands to generate.