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
1b31d5fb
Kaydet (Commit)
1b31d5fb
authored
Tem 15, 2012
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#52088 use [ProductName] placeholder instead of LibreOffice
Change-Id: I560139949c89798581ed7631eb5d0b3124c83002
üst
6c4838c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
SIS.ulf
...setoo_native/inc_openoffice/windows/msi_languages/SIS.ulf
+1
-1
msiglobal.pm
solenv/bin/modules/installer/windows/msiglobal.pm
+1
-0
No files found.
instsetoo_native/inc_openoffice/windows/msi_languages/SIS.ulf
Dosyayı görüntüle @
1b31d5fb
...
...
@@ -2,7 +2,7 @@
en-US = "Installation database"
[OOO_SIS_COMMENT]
en-US = "This installer database contains the logic and data required to install
LibreOffice
."
en-US = "This installer database contains the logic and data required to install
[ProductName]
."
[OOO_SIS_KEYWORDS]
en-US = "Install,MSI"
...
...
solenv/bin/modules/installer/windows/msiglobal.pm
Dosyayı görüntüle @
1b31d5fb
...
...
@@ -940,6 +940,7 @@ sub write_summary_into_msi_database
my
$author
=
get_author_for_sis
();
my
$subject
=
get_subject_for_sis
(
$allvariableshashref
);
my
$comment
=
get_comment_for_sis
(
$sislanguage
,
$languagefile
,
"OOO_SIS_COMMENT"
);
$comment
=~
s/\[ProductName\]/$allvariableshashref->{'PRODUCTNAME'}/
;
my
$keywords
=
get_keywords_for_sis
(
$sislanguage
,
$languagefile
,
"OOO_SIS_KEYWORDS"
);
my
$appname
=
get_appname_for_sis
(
$sislanguage
,
$languagefile
,
"OOO_SIS_APPNAME"
);
my
$security
=
get_security_for_sis
();
...
...
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