diff options
Diffstat (limited to 'include/xine/input_plugin.h')
-rw-r--r-- | include/xine/input_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/input_plugin.h b/include/xine/input_plugin.h index e434dc5a8..95fc65c4e 100644 --- a/include/xine/input_plugin.h +++ b/include/xine/input_plugin.h @@ -60,7 +60,7 @@ struct input_class_s { /** * @brief Optional non-standard catalog to use with dgettext() for description. */ - const char *textdomain; + const char *text_domain; /* * ls function, optional: may be NULL |