Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
37676d16
Kaydet (Commit)
37676d16
authored
Kas 21, 2011
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
only one launcher icon for silent MSI
üst
5fc21e87
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
0 deletions
+13
-0
configure.in
configure.in
+1
-0
folderitem_base.scp
scp2/source/base/folderitem_base.scp
+2
-0
folderitem_calc.scp
scp2/source/calc/folderitem_calc.scp
+2
-0
folderitem_draw.scp
scp2/source/draw/folderitem_draw.scp
+2
-0
folderitem_impress.scp
scp2/source/impress/folderitem_impress.scp
+2
-0
folderitem_math.scp
scp2/source/math/folderitem_math.scp
+2
-0
folderitem_writer.scp
scp2/source/writer/folderitem_writer.scp
+2
-0
No files found.
configure.in
Dosyayı görüntüle @
37676d16
...
...
@@ -8468,6 +8468,7 @@ if test "z$enable_silent_msi" = "z" -o "z$enable_silent_msi" = "zno" ; then
else
AC_MSG_RESULT([yes])
ENABLE_SILENT_MSI="TRUE"
SCPDEFS="$SCPDEFS -DENABLE_SILENT_MSI"
fi
AC_SUBST(ENABLE_SILENT_MSI)
...
...
scp2/source/base/folderitem_base.scp
Dosyayı görüntüle @
37676d16
...
...
@@ -27,6 +27,7 @@
#include "macros.inc"
#ifndef ENABLE_SILENT_MSI
FolderItem gid_Folderitem_Sbase
Name = "%PRODUCTNAME Base";
ModuleID = gid_Module_Prg_Base_Bin;
...
...
@@ -39,3 +40,4 @@ FolderItem gid_Folderitem_Sbase
Styles = (NOWEB, NON_ADVERTISED);
ALL_LANG(Tooltip, STR_FI_TOOLTIP_BASE);
End
#endif
scp2/source/calc/folderitem_calc.scp
Dosyayı görüntüle @
37676d16
...
...
@@ -27,6 +27,7 @@
#include "macros.inc"
#ifndef ENABLE_SILENT_MSI
FolderItem gid_Folderitem_Scalc
Name = "%PRODUCTNAME Calc";
ModuleID = gid_Module_Prg_Calc_Bin;
...
...
@@ -39,3 +40,4 @@ FolderItem gid_Folderitem_Scalc
Styles = (NOWEB, NON_ADVERTISED);
ALL_LANG(Tooltip, STR_FI_TOOLTIP_CALC);
End
#endif
scp2/source/draw/folderitem_draw.scp
Dosyayı görüntüle @
37676d16
...
...
@@ -27,6 +27,7 @@
#include "macros.inc"
#ifndef ENABLE_SILENT_MSI
FolderItem gid_Folderitem_Sdraw
Name = "%PRODUCTNAME Draw";
ModuleID = gid_Module_Prg_Draw_Bin;
...
...
@@ -39,3 +40,4 @@ FolderItem gid_Folderitem_Sdraw
Styles = (NOWEB, NON_ADVERTISED);
ALL_LANG(Tooltip, STR_FI_TOOLTIP_DRAW);
End
#endif
scp2/source/impress/folderitem_impress.scp
Dosyayı görüntüle @
37676d16
...
...
@@ -27,6 +27,7 @@
#include "macros.inc"
#ifndef ENABLE_SILENT_MSI
FolderItem gid_Folderitem_Simpress
Name = "%PRODUCTNAME Impress";
ModuleID = gid_Module_Prg_Impress_Bin;
...
...
@@ -39,3 +40,4 @@ FolderItem gid_Folderitem_Simpress
Styles = (NOWEB, NON_ADVERTISED);
ALL_LANG(Tooltip, STR_FI_TOOLTIP_IMPRESS);
End
#endif
scp2/source/math/folderitem_math.scp
Dosyayı görüntüle @
37676d16
...
...
@@ -27,6 +27,7 @@
#include "macros.inc"
#ifndef ENABLE_SILENT_MSI
FolderItem gid_Folderitem_Smath
Name = "%PRODUCTNAME Math";
ModuleID = gid_Module_Prg_Math_Bin;
...
...
@@ -39,3 +40,4 @@ FolderItem gid_Folderitem_Smath
Styles = (NOWEB, NON_ADVERTISED);
ALL_LANG(Tooltip, STR_FI_TOOLTIP_MATH);
End
#endif
scp2/source/writer/folderitem_writer.scp
Dosyayı görüntüle @
37676d16
...
...
@@ -27,6 +27,7 @@
#include "macros.inc"
#ifndef ENABLE_SILENT_MSI
FolderItem gid_Folderitem_Swriter
Name = "%PRODUCTNAME Writer";
ModuleID = gid_Module_Prg_Wrt_Bin;
...
...
@@ -39,3 +40,4 @@ FolderItem gid_Folderitem_Swriter
Styles = (NOWEB, NON_ADVERTISED);
ALL_LANG(Tooltip, STR_FI_TOOLTIP_WRITER);
End
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment