Files
pkgsrc-ng/inputmethod/mozc-server/patches/patch-gui_base_locale__util.cc
2013-09-26 17:14:40 +02:00

14 lines
569 B
C++

$NetBSD: patch-gui_base_locale__util.cc,v 1.1 2013/04/29 09:52:17 ryoon Exp $
--- gui/base/locale_util.cc.orig 2013-03-29 04:34:04.000000000 +0000
+++ gui/base/locale_util.cc
@@ -207,7 +207,7 @@ TranslationDataImpl::TranslationDataImpl
qApp->installEventFilter(&window_title_modifier_);
#endif // MOZC_SHOW_BUILD_NUMBER_ON_TITLE
-#ifdef OS_LINUX
+#if defined(OS_LINUX) || defined(OS_NETBSD)
// Use system default messages.
// Even if the locale is not English nor Japanese, load translation
// file to translate common messages like "OK" and "Cancel".