mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 13:24:14 +01:00
added a runtime disabling of multibyte text support
This commit is contained in:
@@ -31,9 +31,12 @@ W_ReadConfigurations(void)
|
||||
|
||||
WINGsConfiguration.boldSystemFont =
|
||||
WMGetUDStringForKey(defaults, "BoldSystemFont");
|
||||
|
||||
|
||||
WINGsConfiguration.useMultiByte =
|
||||
WMGetUDStringForKey(defaults, "MultiByteText");
|
||||
|
||||
WINGsConfiguration.doubleClickDelay =
|
||||
WMGetUDIntegerForKey(defaults, "DoubleClickTime");
|
||||
WMGetUDIntegerForKey(defaults, "DoubleClickTime");
|
||||
}
|
||||
|
||||
if (!WINGsConfiguration.systemFont) {
|
||||
|
||||
Reference in New Issue
Block a user