OSDN Git Service

Merge with stable
[winmerge-jp/winmerge-jp.git] / Src / DiffViewBar.cpp
index 7c4bed7..c6bf8eb 100644 (file)
@@ -140,6 +140,6 @@ void CDiffViewBar::SetFrameHwnd(HWND hwndFrame)
  */
 void CDiffViewBar::UpdateResources()
 {
-       String sCaption = theApp.LoadString(IDS_DIFFBAR_CAPTION);
+       String sCaption = _("Diff Pane");
        SetWindowText(sCaption.c_str());
 }