Skip to content

Commit

Permalink
Minor fix to 3d61328
Browse files Browse the repository at this point in the history
  • Loading branch information
spx268 committed Dec 23, 2012
1 parent eaf53aa commit d2e063e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Library/DialogManage.h
Expand Up @@ -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
{ {
Expand Down Expand Up @@ -53,9 +54,6 @@ class CDialogManage : public CDialog
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,
Expand All @@ -72,7 +70,11 @@ class CDialogManage : public CDialog
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();
Expand Down

0 comments on commit d2e063e

Please sign in to comment.