diff options
author | B. Stack <bgstack15@gmail.com> | 2022-12-17 02:01:14 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-12-17 02:01:14 +0000 |
commit | 186e29a3fff4b3b88c5803deee1c907447d3ca2e (patch) | |
tree | 740f9a398dc7d310acc8a0fd246e662fb673842d /scite/debian/patches/0003-reproducible_build.patch | |
parent | Merge branch 'newmoon-bump' into 'master' (diff) | |
parent | update _service (diff) | |
download | stackrpms-186e29a3fff4b3b88c5803deee1c907447d3ca2e.tar.gz stackrpms-186e29a3fff4b3b88c5803deee1c907447d3ca2e.tar.bz2 stackrpms-186e29a3fff4b3b88c5803deee1c907447d3ca2e.zip |
Merge branch 'scite-bump' into 'master'
Scite 5.3.2
See merge request bgstack15/stackrpms!331
Diffstat (limited to 'scite/debian/patches/0003-reproducible_build.patch')
-rw-r--r-- | scite/debian/patches/0003-reproducible_build.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scite/debian/patches/0003-reproducible_build.patch b/scite/debian/patches/0003-reproducible_build.patch index 0a8ce2a..ae3715f 100644 --- a/scite/debian/patches/0003-reproducible_build.patch +++ b/scite/debian/patches/0003-reproducible_build.patch @@ -9,12 +9,12 @@ Subject: Allow reproducible build --- a/scite/src/Credits.cxx +++ b/scite/src/Credits.cxx -@@ -601,7 +601,7 @@ +@@ -615,7 +615,7 @@ } - AddStyledText(wsci, GetTranslationToAbout("Version").c_str(), trsSty); - AddStyledText(wsci, sVersion.c_str(), 1); + AddStyledText(wsci, GetTranslationToAbout("Version"), trsSty); + AddStyledText(wsci, sVersion, 1); - AddStyledText(wsci, " " __DATE__ " " __TIME__ "\n", 1); + AddStyledText(wsci, " " BUILD_DATE "\n", 1); SetAboutStyle(wsci, 2, ColourRGB(0, 0, 0)); wsci.StyleSetItalic(2, true); - AddStyledText(wsci, GetTranslationToAbout("by").c_str(), trsSty); + AddStyledText(wsci, GetTranslationToAbout("by"), trsSty); |