summaryrefslogtreecommitdiff
path: root/scite/debian/patches/0002-reproducible_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'scite/debian/patches/0002-reproducible_build.patch')
-rw-r--r--scite/debian/patches/0002-reproducible_build.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/scite/debian/patches/0002-reproducible_build.patch b/scite/debian/patches/0002-reproducible_build.patch
index d91ff9b..717a6c0 100644
--- a/scite/debian/patches/0002-reproducible_build.patch
+++ b/scite/debian/patches/0002-reproducible_build.patch
@@ -8,10 +8,10 @@ Subject: Allow reproducible build
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scite/src/Credits.cxx b/scite/src/Credits.cxx
-index 7489bf2..3e8ff89 100644
+index 19bf5d3..b20a895 100644
--- a/scite/src/Credits.cxx
+++ b/scite/src/Credits.cxx
-@@ -619,7 +619,7 @@ void SciTEBase::SetAboutMessage(GUI::ScintillaWindow &wsci, const char *appTitle
+@@ -622,7 +622,7 @@ void SciTEBase::SetAboutMessage(GUI::ScintillaWindow &wsci, const char *appTitle
}
AddStyledText(wsci, GetTranslationToAbout("Version"), trsSty);
AddStyledText(wsci, sVersion, 1);
bgstack15