diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-03 23:07:35 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-03 23:07:35 +0000 |
commit | 02aef539d126d793f6e0a24de1dcaca907edad96 (patch) | |
tree | e4b07b5132f7be5aba46140078eeb2ea6142b3d0 /plugins/MirandaG15/src/StdAfx.h | |
parent | 15cfbf5033580b539d4e36444420207abaa63e62 (diff) |
MirandaG15: proper version info, russian MirandaG15.txt is moved back grom Deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6762 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/StdAfx.h')
-rw-r--r-- | plugins/MirandaG15/src/StdAfx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirandaG15/src/StdAfx.h b/plugins/MirandaG15/src/StdAfx.h index d55627ae74..cffc743a0c 100644 --- a/plugins/MirandaG15/src/StdAfx.h +++ b/plugins/MirandaG15/src/StdAfx.h @@ -1,8 +1,7 @@ #ifndef _STDAFX_H_
#define _STDAFX_H_
-#define APP_NAME "MirandaG15"
-#define APP_SHORTNAME "MirandaG15"
+#define APP_SHORTNAME __PLUGIN_NAME
/* Common header files */
#include <assert.h>
@@ -49,5 +48,6 @@ using namespace std; #include "CEvent.h"
#include "resource.h"
+#include "version.h"
#endif
\ No newline at end of file |