Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118115 | Differences between
and this patch

Collapse All | Expand All

(-)ifpgui-0.10.6-orig/src/main.cpp (-1 / +1 lines)
Lines 38-44 Link Here
38
   //fprintf(stderr, "locale = %s\n", codecLocale);
38
   //fprintf(stderr, "locale = %s\n", codecLocale);
39
39
40
   trans_file = QString( "ifpgui_" ) + codecLocale;
40
   trans_file = QString( "ifpgui_" ) + codecLocale;
41
   ret = translator.load(trans_file , "./translations");
41
   ret = translator.load(trans_file , "/usr/share/ifpgui/i18n");
42
                                         //qInstallPathTranslations() );
42
                                         //qInstallPathTranslations() );
43
   if (!ret)
43
   if (!ret)
44
      {
44
      {

Return to bug 118115