mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added ability to change language in Manage Settings.
This commit is contained in:
@ -130,6 +130,7 @@ public:
|
||||
|
||||
HINSTANCE GetInstance() { return m_Instance; }
|
||||
HINSTANCE GetResourceInstance() { return m_ResourceInstance; }
|
||||
LCID GetResourceLCID() { return m_ResourceLCID; }
|
||||
|
||||
bool GetDebug() { return m_Debug; }
|
||||
|
||||
@ -264,6 +265,7 @@ private:
|
||||
|
||||
HINSTANCE m_Instance;
|
||||
HMODULE m_ResourceInstance;
|
||||
LCID m_ResourceLCID;
|
||||
|
||||
ULONG_PTR m_GDIplusToken;
|
||||
|
||||
|
Reference in New Issue
Block a user