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:
authorCasimir666 <casimir666@users.sourceforge.net>2008-01-05 14:24:24 +0300
committerCasimir666 <casimir666@users.sourceforge.net>2008-01-05 14:24:24 +0300
commitf358660bc60fd30bc0f72db132db06aa412e8adf (patch)
tree1501d447fb35b4d77bda6964676981b9e1352bd6 /src/apps/mplayerc/PPageSubDB.cpp
parent00a0c87312b12b03f7c68dbda54f67eeb808555e (diff)
Updated database URL
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@362 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PPageSubDB.cpp')
-rw-r--r--src/apps/mplayerc/PPageSubDB.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/mplayerc/PPageSubDB.cpp b/src/apps/mplayerc/PPageSubDB.cpp
index 3ba0b79ac..7f855fd01 100644
--- a/src/apps/mplayerc/PPageSubDB.cpp
+++ b/src/apps/mplayerc/PPageSubDB.cpp
@@ -64,8 +64,8 @@ BOOL CPPageSubDB::OnInitDialog()
m_ISDb = s.ISDb;
m_ISDbCombo.AddString(m_ISDb);
- if(m_ISDb.CompareNoCase(_T("sub.sytes.net")))
- m_ISDbCombo.AddString(_T("sub.sytes.net"));
+ if(m_ISDb.CompareNoCase(_T("www.opensubtitles.org/isdb")))
+ m_ISDbCombo.AddString(_T("www.opensubtitles.org/isdb"));
UpdateData(FALSE);