have to reset y_nudge if wiping out lang/locale

This commit is contained in:
Albert Cahalan 2009-11-21 11:30:19 +00:00
parent b5275ec578
commit f296909c75
6 changed files with 35 additions and 27 deletions

View file

@ -147,7 +147,7 @@ extern const char *lang_prefix, *short_lang_prefix;
/* Function prototypes: */
int get_current_language(void);
void setup_i18n(const char *restrict lang, const char *restrict locale, int *button_label_y_nudge);
void smash_i18n(void);
int setup_i18n(const char *restrict lang, const char *restrict locale) MUST_CHECK;
int smash_i18n(void) MUST_CHECK;
#endif