diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-17 22:12:34 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-17 22:12:34 +0000 |
commit | 2ff47e01ffb02c37f4bbb44635f1fa12e4c870ab (patch) | |
tree | 399208a10e9b777673eaf10b7f704598dac8156c /nudge/main.cpp | |
parent | 09247167dc17f45fc30f32c3dcd5b8280a737537 (diff) |
small fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@177 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'nudge/main.cpp')
-rw-r--r-- | nudge/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nudge/main.cpp b/nudge/main.cpp index e31d8c5..0e5fc3f 100644 --- a/nudge/main.cpp +++ b/nudge/main.cpp @@ -1,7 +1,7 @@ #include "headers.h"
#include "main.h"
#include "shake.h"
-#include "include\m_msg_buttonsbar.h"
+#include "m_msg_buttonsbar.h"
static INT_PTR CALLBACK DlgProcOptsTrigger(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
|