summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/src/notes.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-12-22 17:10:00 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-12-22 17:10:00 +0000
commit7a94e8013c96b328945c75ddceda66b290963e82 (patch)
treec7bce8fe1452d37516aaf59dd0334a6883b0229c /plugins/NotesAndReminders/src/notes.cpp
parent8ae43bc7ae47274e86a95aee4db58c064611e835 (diff)
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders/src/notes.cpp')
-rw-r--r--plugins/NotesAndReminders/src/notes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/notes.cpp b/plugins/NotesAndReminders/src/notes.cpp
index 25f372b1e7..a5c79ca142 100644
--- a/plugins/NotesAndReminders/src/notes.cpp
+++ b/plugins/NotesAndReminders/src/notes.cpp
@@ -703,7 +703,7 @@ void PurgeNotes(void)
void OnDeleteNote(HWND hdlg, STICKYNOTE *SN)
{
- if (MessageBox(hdlg, TranslateT("Are you sure you want to delete this note?"), _T(SECTIONNAME), MB_OKCANCEL) == IDOK)
+ if (MessageBox(hdlg, TranslateT("Are you sure you want to delete this note?"), TranslateT(SECTIONNAME), MB_OKCANCEL) == IDOK)
{
DestroyWindow(hdlg);
TreeDelete(&g_Stickies,SN);