/[weechat]/weechat/src/common/weechat.h
ViewVC logotype

Diff of /weechat/src/common/weechat.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by flashcode, Sat Oct 25 14:49:19 2003 UTC revision 1.2 by flashcode, Sun Oct 26 13:21:08 2003 UTC
# Line 31  Line 31 
31  #define _(string) gettext(string)  #define _(string) gettext(string)
32  #define N_(string) (string)  #define N_(string) (string)
33    
34  #define WEECHAT_NAME    "WeeChat"  #define WEECHAT_COPYRIGHT PACKAGE_NAME " (c) 2003 by Wee Team"
 #define WEECHAT_VERSION "0.0.3-pre2"  
   
 #define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION  
 #define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"  
35  #define WEECHAT_WEBSITE "http://weechat.flashtux.org"  #define WEECHAT_WEBSITE "http://weechat.flashtux.org"
36    
37  #define WEECHAT_ERROR   _(WEECHAT_NAME " Error:")  #define WEECHAT_ERROR   _(PACKAGE_NAME " Error:")
38  #define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")  #define WEECHAT_WARNING _(PACKAGE_NAME " Warning:")
39    
40  /* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */  /* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
41  #define DEBUG           0  #define DEBUG           0
# Line 51  Line 47 
47  /* license */  /* license */
48    
49  #define WEE_LICENSE \  #define WEE_LICENSE \
50      WEECHAT_NAME_AND_VERSION " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \      PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \
51      "Developed by FlashCode <flashcode@flashtux.org>\n" \      "Developed by FlashCode <flashcode@flashtux.org>\n" \
52      "             Bounga <bounga@altern.org>\n" \      "             Bounga <bounga@altern.org>\n" \
53      "             Xahlexx <xahlexx@tuxisland.org>\n\n" \      "             Xahlexx <xahlexx@tuxisland.org>\n\n" \
# Line 71  Line 67 
67      "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\n"      "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\n"
68            
69  #define WEE_USAGE \  #define WEE_USAGE \
70      WEECHAT_NAME_AND_VERSION " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \      PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \
71      "Developed by FlashCode <flashcode@flashtux.org>\n" \      "Developed by FlashCode <flashcode@flashtux.org>\n" \
72      "             Bounga <bounga@altern.org>\n" \      "             Bounga <bounga@altern.org>\n" \
73      "             Xahlexx <xahlexx@tuxisland.org>\n\n" \      "             Xahlexx <xahlexx@tuxisland.org>\n\n" \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26