[haiku-commits] r37285 - haiku/trunk/src/apps/drivesetup

  • From: wpjvandermeer@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 28 Jun 2010 09:08:30 +0200 (CEST)

Author: wim
Date: 2010-06-28 09:08:29 +0200 (Mon, 28 Jun 2010)
New Revision: 37285
Changeset: http://dev.haiku-os.org/changeset/37285/haiku

Modified:
   haiku/trunk/src/apps/drivesetup/CreateParamsPanel.cpp
   haiku/trunk/src/apps/drivesetup/DiskView.cpp
   haiku/trunk/src/apps/drivesetup/InitParamsPanel.cpp
   haiku/trunk/src/apps/drivesetup/MainWindow.cpp
   haiku/trunk/src/apps/drivesetup/PartitionList.cpp
   haiku/trunk/src/apps/drivesetup/Support.cpp
Log:
Adding missing #undef B_TRANSLATE_CONTEXT

Modified: haiku/trunk/src/apps/drivesetup/CreateParamsPanel.cpp
===================================================================
--- haiku/trunk/src/apps/drivesetup/CreateParamsPanel.cpp       2010-06-28 
06:49:38 UTC (rev 37284)
+++ haiku/trunk/src/apps/drivesetup/CreateParamsPanel.cpp       2010-06-28 
07:08:29 UTC (rev 37285)
@@ -28,6 +28,7 @@
 #include <String.h>
 
 
+#undef B_TRANSLATE_CONTEXT
 #define B_TRANSLATE_CONTEXT "CreateParamsPanel"
 
 

Modified: haiku/trunk/src/apps/drivesetup/DiskView.cpp
===================================================================
--- haiku/trunk/src/apps/drivesetup/DiskView.cpp        2010-06-28 06:49:38 UTC 
(rev 37284)
+++ haiku/trunk/src/apps/drivesetup/DiskView.cpp        2010-06-28 07:08:29 UTC 
(rev 37285)
@@ -18,6 +18,7 @@
 #include "MainWindow.h"
 
 
+#undef B_TRANSLATE_CONTEXT
 #define B_TRANSLATE_CONTEXT "DiskView"
 
 using BPrivate::HashMap;

Modified: haiku/trunk/src/apps/drivesetup/InitParamsPanel.cpp
===================================================================
--- haiku/trunk/src/apps/drivesetup/InitParamsPanel.cpp 2010-06-28 06:49:38 UTC 
(rev 37284)
+++ haiku/trunk/src/apps/drivesetup/InitParamsPanel.cpp 2010-06-28 07:08:29 UTC 
(rev 37285)
@@ -24,6 +24,7 @@
 #include <TextControl.h>
 
 
+#undef B_TRANSLATE_CONTEXT
 #define B_TRANSLATE_CONTEXT "InitParamsPanel"
 
 

Modified: haiku/trunk/src/apps/drivesetup/MainWindow.cpp
===================================================================
--- haiku/trunk/src/apps/drivesetup/MainWindow.cpp      2010-06-28 06:49:38 UTC 
(rev 37284)
+++ haiku/trunk/src/apps/drivesetup/MainWindow.cpp      2010-06-28 07:08:29 UTC 
(rev 37285)
@@ -43,6 +43,7 @@
 #include "tracker_private.h"
 
 
+#undef B_TRANSLATE_CONTEXT
 #define B_TRANSLATE_CONTEXT "MainWindow"
 
 

Modified: haiku/trunk/src/apps/drivesetup/PartitionList.cpp
===================================================================
--- haiku/trunk/src/apps/drivesetup/PartitionList.cpp   2010-06-28 06:49:38 UTC 
(rev 37284)
+++ haiku/trunk/src/apps/drivesetup/PartitionList.cpp   2010-06-28 07:08:29 UTC 
(rev 37285)
@@ -17,6 +17,7 @@
 #include "Support.h"
 
 
+#undef B_TRANSLATE_CONTEXT
 #define B_TRANSLATE_CONTEXT "PartitionList"
 
 

Modified: haiku/trunk/src/apps/drivesetup/Support.cpp
===================================================================
--- haiku/trunk/src/apps/drivesetup/Support.cpp 2010-06-28 06:49:38 UTC (rev 
37284)
+++ haiku/trunk/src/apps/drivesetup/Support.cpp 2010-06-28 07:08:29 UTC (rev 
37285)
@@ -18,6 +18,7 @@
 #include <String.h>
 
 
+#undef B_TRANSLATE_CONTEXT
 #define B_TRANSLATE_CONTEXT "Support"
 
 


Other related posts:

  • » [haiku-commits] r37285 - haiku/trunk/src/apps/drivesetup - wpjvandermeer