Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-05-07 20:19:06 +00:00
parent 483e12623e
commit 4eb0cbb044
159 changed files with 328 additions and 328 deletions
+4 -4
View File
@@ -295,8 +295,8 @@ AboutApp::AboutApp()
// #pragma mark -
#undef TR_CONTEXT
#define TR_CONTEXT "AboutWindow"
#undef B_TRANSLATE_CONTEXT
#define B_TRANSLATE_CONTEXT "AboutWindow"
AboutWindow::AboutWindow()
: BWindow(BRect(0, 0, 500, 300), B_TRANSLATE("About this system"),
@@ -438,8 +438,8 @@ CropView::DoLayout()
// #pragma mark - AboutView
#undef TR_CONTEXT
#define TR_CONTEXT "AboutView"
#undef B_TRANSLATE_CONTEXT
#define B_TRANSLATE_CONTEXT "AboutView"
AboutView::AboutView()
: BView("aboutview", B_WILL_DRAW | B_PULSE_NEEDED),