[gcalctool/gnome-2-32] Disable digit localization for now, it really needs a preference option
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcalctool/gnome-2-32] Disable digit localization for now, it really needs a preference option
- Date: Wed, 20 Oct 2010 08:54:48 +0000 (UTC)
commit d551bdc25a715d7ad3960945044bc809e9314ac9
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Oct 20 19:54:35 2010 +1100
Disable digit localization for now, it really needs a preference option
src/math-equation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/math-equation.c b/src/math-equation.c
index bc1a6c4..58b2bfc 100644
--- a/src/math-equation.c
+++ b/src/math-equation.c
@@ -1775,7 +1775,7 @@ static void
math_equation_init(MathEquation *equation)
{
/* Digits localized for the given language */
- const char *digit_values = _("0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F");
+ const char *digit_values = "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F";
const char *default_digits[] = {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"};
gchar *radix, *tsep;
gchar **digits;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]