update dev300-m58
[ooovba.git] / applied_patches / 0549-win32-tooltips.diff
blob594a33af0c24521118da7fc8b63c219f99386f59
1 --- scp2/source/base/folderitem_base.scp
2 +++ scp2/source/base/folderitem_base.scp
3 @@ -40,5 +40,4 @@
4 WkDir = gid_Dir_Program;
5 Parameter = "";
6 Styles = (NOWEB, NON_ADVERTISED);
7 - ALL_LANG(Tooltip, STR_FI_TOOLTIP_BASE);
8 End
9 --- scp2/source/calc/folderitem_calc.scp
10 +++ scp2/source/calc/folderitem_calc.scp
11 @@ -40,5 +40,4 @@
12 WkDir = gid_Dir_Program;
13 Parameter = "";
14 Styles = (NOWEB, NON_ADVERTISED);
15 - ALL_LANG(Tooltip, STR_FI_TOOLTIP_CALC);
16 End
17 --- scp2/source/impress/folderitem_impress.scp
18 +++ scp2/source/impress/folderitem_impress.scp
19 @@ -40,5 +40,4 @@
20 WkDir = gid_Dir_Program;
21 Parameter = "";
22 Styles = (NOWEB, NON_ADVERTISED);
23 - ALL_LANG(Tooltip, STR_FI_TOOLTIP_IMPRESS);
24 End
25 --- scp2/source/math/folderitem_math.scp
26 +++ scp2/source/math/folderitem_math.scp
27 @@ -40,5 +40,4 @@
28 WkDir = gid_Dir_Program;
29 Parameter = "";
30 Styles = (NOWEB, NON_ADVERTISED);
31 - ALL_LANG(Tooltip, STR_FI_TOOLTIP_MATH);
32 End
33 --- scp2/source/draw/folderitem_draw.scp
34 +++ scp2/source/draw/folderitem_draw.scp
35 @@ -40,5 +40,4 @@
36 WkDir = gid_Dir_Program;
37 Parameter = "";
38 Styles = (NOWEB, NON_ADVERTISED);
39 - ALL_LANG(Tooltip, STR_FI_TOOLTIP_DRAW);
40 End
41 --- scp2/source/ooo/folderitem_ooo.scp
42 +++ scp2/source/ooo/folderitem_ooo.scp
43 @@ -40,7 +40,6 @@
44 WkDir = gid_Dir_Program;
45 Parameter = "";
46 Styles = (NOWEB, NON_ADVERTISED);
47 - ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
48 End
50 FolderItem gid_Folderitem_Soffice_Desktop
51 @@ -54,6 +54,5 @@
52 WkDir = gid_Dir_Program;
53 Parameter = "";
54 Styles = (NOWEB,NON_ADVERTISED,USE_HELPER_FILENAME);
55 - ALL_LANG(Tooltip, STR_FI_TOOLTIP_SOFFICE);
56 ComponentCondition = "CREATEDESKTOPLINK=1";
57 End
58 --- scp2/source/writer/folderitem_writer.scp
59 +++ scp2/source/writer/folderitem_writer.scp
60 @@ -40,5 +40,4 @@
61 WkDir = gid_Dir_Program;
62 Parameter = "";
63 Styles = (NOWEB, NON_ADVERTISED);
64 - ALL_LANG(Tooltip, STR_FI_TOOLTIP_WRITER);
65 End