From ca04d52d717be73bd017bdd88feca0f7f4158e2f Mon Sep 17 00:00:00 2001 From: watcherhd Date: Fri, 18 Nov 2011 10:15:05 +0000 Subject: small fixes: part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@179 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- yamn/main.h | 6 +++--- 1 file 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 -- cgit v1.2.3