projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2741819
)
atkvalue: add strings to translate value type names
author
Alejandro Piñeiro
<apinheiro@igalia.com>
Wed, 5 Mar 2014 18:13:43 +0000
(19:13 +0100)
committer
Alejandro Piñeiro
<apinheiro@igalia.com>
Wed, 5 Mar 2014 18:13:43 +0000
(19:13 +0100)
atk/atkvalue.c
patch
|
blob
|
history
diff --git
a/atk/atkvalue.c
b/atk/atkvalue.c
index
ec3156b
..
ab3bc84
100755
(executable)
--- a/
atk/atkvalue.c
+++ b/
atk/atkvalue.c
@@
-183,6
+183,24
@@
enum {
LAST_SIGNAL
};
+/* These are listed here for extraction by intltool */
+#if 0
+N_("very weak")
+N_("weak")
+N_("acceptable")
+N_("strong")
+N_("very strong")
+N_("very low")
+N_("medium")
+N_("high")
+N_("very high")
+N_("very bad")
+N_("bad")
+N_("good")
+N_("very good")
+N_("best")
+#endif
+
static void atk_value_base_init (AtkValueIface *class);
static guint atk_value_signals[LAST_SIGNAL] = {0};