From d7ce1d08856e879f4394c6330e632c1e954df43e Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 17 Apr 2004 06:44:32 +0000 Subject: [PATCH] Fix for unicode build after patch #935048 -- add _T() around string --- Src/DirView.cpp | 2 +- Src/readme.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Src/DirView.cpp b/Src/DirView.cpp index 67113aad4..a64e81cb3 100644 --- a/Src/DirView.cpp +++ b/Src/DirView.cpp @@ -442,7 +442,7 @@ void CDirView::ListContextMenu(CPoint point, int /*i*/) CMenu menuPluginsHolder; menuPluginsHolder.LoadMenu(IDR_POPUP_PLUGINS_SETTINGS); - pPopup->AppendMenu(MF_POPUP, (int)menuPluginsHolder.m_hMenu, "Plugin Settings"); // TODO: i18n + pPopup->AppendMenu(MF_POPUP, (int)menuPluginsHolder.m_hMenu, _T("Plugin Settings")); // TODO: i18n // set the menu items with the proper directory names CString sl, sr; diff --git a/Src/readme.txt b/Src/readme.txt index 6ea3928a0..f79c419da 100644 --- a/Src/readme.txt +++ b/Src/readme.txt @@ -1,3 +1,7 @@ +2004-04-17 Kimmo + Fix for unicode build after patch #935048 -- add _T() around string + Src: DirView.cpp + 2004-04-16 Laoran PATCH: [ 935048 ] Plugin manager and per-file plugin settings V2 Src: DiffContext.cpp DiffContext.h DiffWrapper.cpp DiffWrapper.h DirActions.cpp DirDoc.cpp DirDoc.h -- 2.11.0