summaryrefslogtreecommitdiff
path: root/plugins/Clist_mw/src/CLUIFrames/cluiframes.h
diff options
context:
space:
mode:
authorslotwin <slotwin@users.noreply.github.com>2014-05-20 20:13:16 +0000
committerslotwin <slotwin@users.noreply.github.com>2014-05-20 20:13:16 +0000
commit93fdc9936b65d4023384f866d6bc3854a0e2772f (patch)
tree4d7ffa396b6e38fd1e7654d071acd986f527566b /plugins/Clist_mw/src/CLUIFrames/cluiframes.h
parentf950c91ccba114a62a69c08aec724a0487cc8e7d (diff)
Clist_mw/frames ui: proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@9257 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw/src/CLUIFrames/cluiframes.h')
-rw-r--r--plugins/Clist_mw/src/CLUIFrames/cluiframes.h12
1 files changed, 6 insertions, 6 deletions
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