mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor fix to 3d61328
This commit is contained in:
parent
eaf53aa2ae
commit
d2e063e795
@ -20,6 +20,7 @@
|
|||||||
#define __DIALOGMANAGE_H__
|
#define __DIALOGMANAGE_H__
|
||||||
|
|
||||||
#include "../Common/Dialog.h"
|
#include "../Common/Dialog.h"
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
class CDialogManage : public CDialog
|
class CDialogManage : public CDialog
|
||||||
{
|
{
|
||||||
@ -53,9 +54,6 @@ private:
|
|||||||
Id_CreateSkinPackageButton,
|
Id_CreateSkinPackageButton,
|
||||||
Id_FileLabel,
|
Id_FileLabel,
|
||||||
Id_ConfigLabel,
|
Id_ConfigLabel,
|
||||||
Id_LoadButton,
|
|
||||||
Id_RefreshButton,
|
|
||||||
Id_EditButton,
|
|
||||||
Id_AuthorLabel,
|
Id_AuthorLabel,
|
||||||
Id_VersionLabel,
|
Id_VersionLabel,
|
||||||
Id_LicenseLabel,
|
Id_LicenseLabel,
|
||||||
@ -72,7 +70,11 @@ private:
|
|||||||
Id_ClickThroughCheckBox,
|
Id_ClickThroughCheckBox,
|
||||||
Id_KeepOnScreenCheckBox,
|
Id_KeepOnScreenCheckBox,
|
||||||
Id_SavePositionCheckBox,
|
Id_SavePositionCheckBox,
|
||||||
Id_SnapToEdgesCheckBox
|
Id_SnapToEdgesCheckBox,
|
||||||
|
|
||||||
|
Id_LoadButton = IDM_MANAGESKINSMENU_LOAD,
|
||||||
|
Id_RefreshButton = IDM_MANAGESKINSMENU_REFRESH,
|
||||||
|
Id_EditButton = IDM_MANAGESKINSMENU_EDIT
|
||||||
};
|
};
|
||||||
|
|
||||||
CTabSkins();
|
CTabSkins();
|
||||||
|
Loading…
Reference in New Issue
Block a user