* fixed a couple of warnings about TR_CONTEXT being redefined.

It is good practive to #undef this before every definition,
  due to how the ExtractCatalogEntries jam-rule works.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33360 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2009-09-29 19:58:51 +00:00
parent 0d77f605b5
commit f2a4cb29e1
4 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "ColorSet.h"
#undef TR_CONTEXT
#define TR_CONTEXT "Colors tab"
#define COLOR_DROPPED 'cldp'

View File

@ -18,6 +18,7 @@
#include "APRView.h"
#include "defs.h"
#undef TR_CONTEXT
#define TR_CONTEXT "APRWindow"
static const uint32 kMsgSetDefaults = 'dflt';

View File

@ -27,6 +27,7 @@
#include "APRWindow.h"
#undef TR_CONTEXT
#define TR_CONTEXT "AntialiasingSettingsView"

View File

@ -19,6 +19,7 @@
#include <String.h>
#include "ColorSet.h"
#undef TR_CONTEXT
#define TR_CONTEXT "Colors tab"
static ColorDescription sColorDescriptionTable[] =