* 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:
parent
0d77f605b5
commit
f2a4cb29e1
@ -29,6 +29,7 @@
|
||||
#include "ColorSet.h"
|
||||
|
||||
|
||||
#undef TR_CONTEXT
|
||||
#define TR_CONTEXT "Colors tab"
|
||||
|
||||
#define COLOR_DROPPED 'cldp'
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "APRView.h"
|
||||
#include "defs.h"
|
||||
|
||||
#undef TR_CONTEXT
|
||||
#define TR_CONTEXT "APRWindow"
|
||||
|
||||
static const uint32 kMsgSetDefaults = 'dflt';
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "APRWindow.h"
|
||||
|
||||
#undef TR_CONTEXT
|
||||
#define TR_CONTEXT "AntialiasingSettingsView"
|
||||
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include <String.h>
|
||||
#include "ColorSet.h"
|
||||
|
||||
#undef TR_CONTEXT
|
||||
#define TR_CONTEXT "Colors tab"
|
||||
|
||||
static ColorDescription sColorDescriptionTable[] =
|
||||
|
Loading…
x
Reference in New Issue
Block a user