~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/GUIWindowVideoTitle.cpp

  • Committer: jmarshallnz
  • Date: 2006-03-14 21:08:04 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk/XBMC:5279
 - 14-03-2006 changed: All strings/labels are internally UTF-8 now.  Will almost certainly require rescanning the databases if you use a non-Ascii charset.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
  pDialog->SetHeading(432);
119
119
  pDialog->SetLine(0, 433);
120
120
  pDialog->SetLine(1, 434);
121
 
  pDialog->SetLine(2, L"");
 
121
  pDialog->SetLine(2, "");;
122
122
  pDialog->DoModal(GetID());
123
123
  if (!pDialog->IsConfirmed()) return;
124
124