|
|
|
@ -390,6 +390,8 @@ template_app_info yon_ubl_get_app_info(){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int yon_ubl_window_init(char *app_title, char *app_description, char *locale, char *css, char *tech_name, char *version, char *wiki){
|
|
|
|
int yon_ubl_window_init(char *app_title, char *app_description, char *locale, char *css, char *tech_name, char *version, char *wiki){
|
|
|
|
|
|
|
|
bind_textdomain_codeset (locale,"UTF-8");
|
|
|
|
|
|
|
|
bind_textdomain_codeset (template_ui_LocaleName,"UTF-8");
|
|
|
|
template_app_information.app_title=app_title;
|
|
|
|
template_app_information.app_title=app_title;
|
|
|
|
template_app_information.css_path=css;
|
|
|
|
template_app_information.css_path=css;
|
|
|
|
template_app_information.app_tech_name=tech_name;
|
|
|
|
template_app_information.app_tech_name=tech_name;
|
|
|
|
|