$LANGUAGE problems fixed again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@797 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fe3eed59cc
commit
c7860be4a5
2 changed files with 2 additions and 2 deletions
|
@ -272,6 +272,8 @@ lang_again:
|
|||
goto lang_again;
|
||||
}
|
||||
|
||||
myitoa(state_language, cur_common_strings_table->lang_id);
|
||||
|
||||
process_string_from_lang(g_caption,LANGID_CAPTION);
|
||||
|
||||
SendMessage(m_bgwnd, WM_SETTEXT, 0, (LPARAM)g_caption);
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
extern common_strings *cur_common_strings_table;
|
||||
extern char *cur_install_strings_table; // installer_strings/uninstall_strings depending on installer type
|
||||
|
||||
void NSISCALL set_language(LANGID lang);
|
||||
|
||||
int NSISCALL ui_doinstall(void);
|
||||
void NSISCALL update_status_text_from_lang(langid_t id, const char *text2);
|
||||
void NSISCALL update_status_text(const char *text1, const char *text2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue