summarylogtreecommitdiffstats
path: root/language_path_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'language_path_fix.patch')
-rw-r--r--language_path_fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/language_path_fix.patch b/language_path_fix.patch
new file mode 100644
index 000000000000..7030d91fb3cb
--- /dev/null
+++ b/language_path_fix.patch
@@ -0,0 +1,12 @@
+diff -rupN lazpaint5.6/utranslation.pas lazpaint5.6p/utranslation.pas
+--- lazpaint/utranslation.pas 2013-03-06 15:00:06.000000000 +0100
++++ lazpaint_p/utranslation.pas 2013-08-20 21:57:38.463401663 +0200
+@@ -41,7 +41,7 @@ begin
+ result := macLangDir+PathDelim
+ else
+ {$ENDIF}
+- result:='i18n'+PathDelim;
++ result:=PathDelim+'usr'+PathDelim+'share'+PathDelim+'lazpaint'+PathDelim+'i18n'+PathDelim;
+ {$ENDIF}
+ end;
+