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

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 20 Sep 2010 00:21:16 +0200 (CEST)

Author: mmadia
Date: 2010-09-20 00:21:15 +0200 (Mon, 20 Sep 2010)
New Revision: 38733
Changeset: http://dev.haiku-os.org/changeset/38733
Ticket: http://dev.haiku-os.org/ticket/6608

Modified:
   haiku/trunk/src/apps/drivesetup/MainWindow.cpp
Log:
Applied diver's patch to localize DriveSetup's window title.
Fixes #6608. Thanks!


Modified: haiku/trunk/src/apps/drivesetup/MainWindow.cpp
===================================================================
--- haiku/trunk/src/apps/drivesetup/MainWindow.cpp      2010-09-19 22:02:21 UTC 
(rev 38732)
+++ haiku/trunk/src/apps/drivesetup/MainWindow.cpp      2010-09-19 22:21:15 UTC 
(rev 38733)
@@ -160,7 +160,7 @@
 
 
 MainWindow::MainWindow(BRect frame)
-       : BWindow(frame, "DriveSetup", B_DOCUMENT_WINDOW,
+       : BWindow(frame, B_TRANSLATE("DriveSetup"), B_DOCUMENT_WINDOW,
                B_ASYNCHRONOUS_CONTROLS | B_NOT_ZOOMABLE),
        fCurrentDisk(NULL),
        fCurrentPartitionID(-1),


Other related posts:

  • » [haiku-commits] r38733 - haiku/trunk/src/apps/drivesetup - mattmadia