Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 95055b750f13f8acb176f680058c3dfa > files > 1

freeminer-0.4.12.6-1.mga5.src.rpm

Description: Search for translation in the default path
Author: Martin Quinson
Forwarded: upstream won't take it as they install to non-standard paths

diff -aur freeminer-0.4.10.4/src/main.cpp freeminer-0.4.10.4.patched/src/main.cpp
--- freeminer-0.4.10.4/src/main.cpp	2014-11-27 20:41:48.000000000 +0100
+++ freeminer-0.4.10.4.patched/src/main.cpp	2014-12-05 13:48:01.321968385 +0100
@@ -1089,8 +1089,7 @@
 		FreeConsole();

 #else
-	init_gettext((porting::path_share + DIR_DELIM + "locale").c_str(),
-		g_settings->get("language"));
+	init_gettext("/usr/share/locale",g_settings->get("language"));
 #endif

 	return true;