mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
1) JamesAC / spx change to Windows Messages / Dexpot support, with fix for copy / paste error in previous commit.
2) Change to version checking: * CheckVersion= setting depreciated. Removed from "About" dialog and automatically ignored and removed from Rainmeter.ini at Rainmeter start. * New DisableVersionCheck= (1/0) setting added, which now changes the default from "don't check version" to "do check version" unless this is set to "1"
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
#define IDC_URL_STRING 1005
|
||||
#define IDC_CONFIG_TAB 1006
|
||||
#define IDC_AUTHOR_STRING 1007
|
||||
#define IDC_CHECK_FOR_UPDATE 1009
|
||||
#define IDC_DISABLE_VERSION_CHECK 1008
|
||||
#define ID_CONTEXT_REFRESH 4001
|
||||
#define ID_CONTEXT_QUIT 4002
|
||||
#define ID_CONTEXT_ABOUT 4004
|
||||
@ -58,6 +58,7 @@
|
||||
#define ID_CONTEXT_MANAGESKINS 4047
|
||||
#define ID_CONTEXT_SKINMENU_MONITOR_PRIMARY 4048
|
||||
#define ID_CONTEXT_SKINMENU_MONITOR_AUTOSELECT 4049
|
||||
#define ID_CONTEXT_NEW_VERSION 4050 //newvercheck
|
||||
|
||||
#define WM_QUERY_RAINMETER WM_APP + 1000
|
||||
|
||||
|
Reference in New Issue
Block a user