Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2009-12-24 19:18:28 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2009-12-24 19:18:28 +0300
commit22d5a4c42b2447e74f7d11cb828ac3a8665312ce (patch)
tree082c7ce85262f7c96708884598064b1e01f6605f /src/apps/mplayerc/PlayerPlaylistBar.cpp
parent2d4f575dbbba61159c6c7f24e9b8139e1f6ecc4e (diff)
-changed "VS XXXX" string to "MSVS XXXX"
-cosmetics in playlist save as file types git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1447 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PlayerPlaylistBar.cpp')
-rw-r--r--src/apps/mplayerc/PlayerPlaylistBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/mplayerc/PlayerPlaylistBar.cpp b/src/apps/mplayerc/PlayerPlaylistBar.cpp
index 64cc74390..33936efe5 100644
--- a/src/apps/mplayerc/PlayerPlaylistBar.cpp
+++ b/src/apps/mplayerc/PlayerPlaylistBar.cpp
@@ -1315,7 +1315,7 @@ void CPlayerPlaylistBar::OnContextMenu(CWnd* /*pWnd*/, CPoint p)
{
CSaveTextFileDialog fd(
CTextFile::ASCII, NULL, NULL,
- _T("Media Player Classic playlist (*.mpcpl)|*.mpcpl|Playlist (*.pls)|*.pls|WinAmp playlist (*.m3u)|*.m3u|Windows Media Playlist (*.asx)|*.asx||"),
+ _T("Media Player Classic playlist (*.mpcpl)|*.mpcpl|Playlist (*.pls)|*.pls|Winamp playlist (*.m3u)|*.m3u|Windows Media playlist (*.asx)|*.asx||"),
this);
if(fd.DoModal() != IDOK)