Updated to use B_TRANSLATE* macros. relates to #5408.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36678 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-05-06 22:39:04 +00:00
parent fb0b9d6fff
commit 75eb45a737
+3 -3
View File
@@ -94,9 +94,9 @@ BColorControl::_InitData(color_control_layout layout, float size,
fPreviousSelectedPaletteColorIndex = -1; fPreviousSelectedPaletteColorIndex = -1;
fFocusedComponent = 0; fFocusedComponent = 0;
const char* red = TR_MARK("Red:"); const char* red = B_TRANSLATE_MARK("Red:");
const char* green = TR_MARK("Green:"); const char* green = B_TRANSLATE_MARK("Green:");
const char* blue = TR_MARK("Blue:"); const char* blue = B_TRANSLATE_MARK("Blue:");
if (gLocaleBackend) { if (gLocaleBackend) {
red = gLocaleBackend->GetString(red, "ColorControl"); red = gLocaleBackend->GetString(red, "ColorControl");
green = gLocaleBackend->GetString(green, "ColorControl"); green = gLocaleBackend->GetString(green, "ColorControl");