[haiku-commits] r40738 - haiku/trunk/src/apps/mediaplayer

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 28 Feb 2011 19:36:07 +0100 (CET)

Author: humdinger
Date: 2011-02-28 19:36:07 +0100 (Mon, 28 Feb 2011)
New Revision: 40738
Changeset: http://dev.haiku-os.org/changeset/40738

Modified:
   haiku/trunk/src/apps/mediaplayer/MainApp.cpp
Log:
Unlocalized playlist settings file of MediaPlayer.

Modified: haiku/trunk/src/apps/mediaplayer/MainApp.cpp
===================================================================
--- haiku/trunk/src/apps/mediaplayer/MainApp.cpp        2011-02-28 17:26:33 UTC 
(rev 40737)
+++ haiku/trunk/src/apps/mediaplayer/MainApp.cpp        2011-02-28 18:36:07 UTC 
(rev 40738)
@@ -49,8 +49,7 @@
 #define B_TRANSLATE_CONTEXT "MediaPlayer-Main"
 
 
-static const char* kCurrentPlaylistFilename = 
-       B_TRANSLATE("MediaPlayer Current Playlist");
+static const char* kCurrentPlaylistFilename = "MediaPlayer Current Playlist";
 
 const char* kAppSig = "application/x-vnd.Haiku-MediaPlayer";
 


Other related posts:

  • » [haiku-commits] r40738 - haiku/trunk/src/apps/mediaplayer - humdingerb