From 93fdc9936b65d4023384f866d6bc3854a0e2772f Mon Sep 17 00:00:00 2001 From: slotwin Date: Tue, 20 May 2014 20:13:16 +0000 Subject: Clist_mw/frames ui: proper capitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@9257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_mw/src/CLUIFrames/cluiframes.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/Clist_mw/src/CLUIFrames/cluiframes.h') diff --git a/plugins/Clist_mw/src/CLUIFrames/cluiframes.h b/plugins/Clist_mw/src/CLUIFrames/cluiframes.h index 6f8b4a5f82..b38975ea8f 100644 --- a/plugins/Clist_mw/src/CLUIFrames/cluiframes.h +++ b/plugins/Clist_mw/src/CLUIFrames/cluiframes.h @@ -37,7 +37,7 @@ typedef struct { int order; int realpos; -}SortData; +} SortData; @@ -49,7 +49,7 @@ typedef struct #define CLUIFRAMESSETALIGNALCLIENT "CLUIFramesSetAlignalClient" #define CLUIFRAMESSETALIGNALBOTTOM "CLUIFramesSetAlignalBottom" -#define CLUIFRAMESMOVEUPDOWN "CLUIFramesMoveUpDown" +#define CLUIFRAMESMOVEUPDOWN "CLUIFramesMoveUpDown" struct FrameMenuHandles { @@ -79,8 +79,8 @@ struct FrameTitleBar struct DockOpt { - HWND hwndLeft; - HWND hwndRight; + HWND hwndLeft; + HWND hwndRight; }; struct FRAMEWND @@ -114,7 +114,7 @@ struct FRAMEWND #define OFFSET_PROTOPOS 200 #define OFFSET_VISIBLE 400 -#define CLUIFrameTitleBarClassName _T("CLUIFrameTitleBar") -#define CLUIFrameModule "CLUIFrames" +#define CLUIFrameTitleBarClassName _T("CLUIFrameTitleBar") +#define CLUIFrameModule "CLUIFrames" #endif -- cgit v1.2.3