diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-31 18:28:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-31 18:28:09 +0000 |
commit | 29c9f860fa28228dac98f810f0305a6d74f8a7f5 (patch) | |
tree | fc0afb581b297185544ce8b813a69c81c21619c8 /plugins/SMS/src/options.cpp | |
parent | 1a1ad1b654d6635913d565890d313d05ee6aa1ab (diff) |
sms: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/src/options.cpp')
-rw-r--r-- | plugins/SMS/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/src/options.cpp b/plugins/SMS/src/options.cpp index f4faad168b..2d59221d13 100644 --- a/plugins/SMS/src/options.cpp +++ b/plugins/SMS/src/options.cpp @@ -25,7 +25,7 @@ All the information needed you can find at www.nuke007.tk Enjoy the code and use it smartly!
*/
-#include "common.h"
+#include "stdafx.h"
WORD wSMSSignControlsList[] = { IDC_BEGIN, IDC_END, IDC_SIGNATURE, IDC_SIGNGROUP };
|