diff options
Diffstat (limited to 'plugins/SimpleStatusMsg/src/stdafx.h')
-rw-r--r-- | plugins/SimpleStatusMsg/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimpleStatusMsg/src/stdafx.h b/plugins/SimpleStatusMsg/src/stdafx.h index f793424d18..02fcf01bc7 100644 --- a/plugins/SimpleStatusMsg/src/stdafx.h +++ b/plugins/SimpleStatusMsg/src/stdafx.h @@ -44,7 +44,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "simplestatusmsg.h"
#include "resource.h"
-#include "Version.h"
+#include "version.h"
#define MTYPE_AUTOONLINE 0xE7 // Auto online message (internal only)
#define MTYPE_AUTOAWAY 0xE8 // Auto away message
|