diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-18 10:15:05 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-18 10:15:05 +0000 |
commit | ca04d52d717be73bd017bdd88feca0f7f4158e2f (patch) | |
tree | febb939713595ad619be2c2780905495044db7be | |
parent | 10eaa95d32a123be973670c8676e636f601cf67e (diff) |
small fixes: part 3
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@179 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | yamn/main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yamn/main.h b/yamn/main.h index ee1d338..56b9d91 100644 --- a/yamn/main.h +++ b/yamn/main.h @@ -13,14 +13,14 @@ //#define YAMN_9x
#ifndef WIN2IN1
#ifdef YAMN_9x
- #define YAMN_SHORTNAME "YAMN Mataes Release"
+ #define YAMN_SHORTNAME "YAMN tweety win9x"
#define YAMN_FILENAME "yamn_9x"
#else
- #define YAMN_SHORTNAME "YAMN Mataes Release"
+ #define YAMN_SHORTNAME "YAMN tweety"
#define YAMN_FILENAME "yamn"
#endif
#else
- #define YAMN_SHORTNAME "YAMN Mataes Release"
+ #define YAMN_SHORTNAME "YAMN tweety 2in1"
#define YAMN_FILENAME "yamn"
#endif //WIN2IN1
|