mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 22:15:21 -04:00
[internal] use DialogIndirect to reduce the number of dialogs in the RC
* Since Microsoft forces our hand, we hack away into our compiled RC resources and change dialog attributes on the fly so that: - we can switch between LTR & RTL - change the font for Windows XP * Note that the base RC font has been changed to "Segoe UI Symbols" so that it looks the same in the editor (at least for English) but can accommodate the length required for "MS Shell Dlg"
This commit is contained in:
parent
91e699d38a
commit
485b016f17
7 changed files with 126 additions and 438 deletions
|
@ -173,3 +173,4 @@ void free_locale_list(void);
|
|||
loc_cmd* get_locale_from_lcid(int lcid, BOOL fallback);
|
||||
loc_cmd* get_locale_from_name(char* locale_name, BOOL fallback);
|
||||
void toggle_default_locale(void);
|
||||
const char* get_name_from_id(int id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue