~trohlfs/jeans/trunk

« back to all changes in this revision

Viewing changes to src/main/jeans.h

  • Committer: Tim Rohlfs
  • Date: 2013-01-28 11:02:23 UTC
  • Revision ID: timr@gmx.de-20130128110223-qripsyt1dbogq4g7
Added MEM_GC macro.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#define COPYRIGHT_MSG    L"Copyright (c) 2010-2012 Tim Rohlfs. All rights reserved."
44
44
#define LICENSE_MSG      L"Jeans is licensed under GNU Affero GPL version 3."
45
45
#define CONTACT_MSG      L"mailto: tim.rohlfs@rwth-aachen.de"
46
 
#define HELP_MSG         L"Enter 'help' for help (or press F1)."
 
46
#define HELP_MSG         L"Type 'help' for help (or press F1)."
47
47
#define DOC_WEBSITE_MSG  L"DUMMY"
48
48
 
49
49