[Pkg-cli-apps-commits] [SCM] themonospot - application to scan video files branch, master, updated. debian/0.7.3.1-4-2-g51ab5b4
Stefan Ebner
sebner at ubuntu.com
Tue Jun 15 11:22:32 UTC 2010
The following commit has been merged in the master branch:
commit 51ab5b4ec12802b46904d0188d7d7342fca5c39d
Author: Stefan Ebner <sebner at ubuntu.com>
Date: Tue Jun 15 13:22:20 2010 +0200
actually commit the patch ¬_¬
diff --git a/debian/patches/03_fix_startup b/debian/patches/03_fix_startup
new file mode 100644
index 0000000..7971c25
--- /dev/null
+++ b/debian/patches/03_fix_startup
@@ -0,0 +1,11 @@
+--- themonospot-0.7.3.1.orig/themonospot-base/src/components/clsLanguages.cs
++++ themonospot-0.7.3.1/themonospot-base/src/components/clsLanguages.cs
+@@ -108,7 +108,7 @@
+ if (System.IO.File.Exists(ExePath + Path.DirectorySeparatorChar + "languages" + Path.DirectorySeparatorChar + LanguageName + ".lf") == true)
+ LanguageSet = LanguageName;
+ else
+- LanguageSet = "English";
++ LanguageSet = "english";
+
+
+ try
--
themonospot - application to scan video files
More information about the Pkg-cli-apps-commits
mailing list