From df46444e19125a10387b7d8cfc424ae918d851b3 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Tue, 5 Oct 2010 06:07:45 +0000 Subject: Updated plugin name git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@545 4f64403b-2f21-0410-a795-97e2b3489a10 --- tipper/version.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tipper/version.h') diff --git a/tipper/version.h b/tipper/version.h index 8b0ebac..5c78925 100644 --- a/tipper/version.h +++ b/tipper/version.h @@ -17,7 +17,13 @@ #define __COPYRIGHT "© 2005,2006 Scott Ellis" #define __AUTHORWEB "http://www.scottellis.com.au" -#define __PLUGIN_NAME "Tipper" +#ifdef _WIN64 +#define __PLUGIN_NAME "Tipper (x64)" +#elif _UNICODE +#define __PLUGIN_NAME "Tipper (Unicode)" +#else +#define __PLUGIN_NAME "Tipper (ANSI)" +#endif #define __FILENAME "tipper.dll" #endif //__VERSION_H_INCLUDED -- cgit v1.2.3