summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/Sametime/src/options.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Sametime/src/options.cpp b/protocols/Sametime/src/options.cpp
index ea5813ad56..47a2a775fb 100644
--- a/protocols/Sametime/src/options.cpp
+++ b/protocols/Sametime/src/options.cpp
@@ -70,9 +70,9 @@ struct
static versions[] = {
{ LPGENW("Sametime (Use old client version)"), MW_PROTOCOL_VERSION_MAJOR, MW_PROTOCOL_VERSION_MINOR },
{ LPGENW("Sametime (Miranda default)"), 0x001e, 0x196f },
- { LPGENW("Sametime 8"), 0x001e, 0x1f4b },
- { LPGENW("Sametime 8.5.1"), 0x001e, 0x213f },
- { LPGENW("Sametime 8.5.2"), 0x001e, 0x2149 },
+ { L"Sametime 8", 0x001e, 0x1f4b },
+ { L"Sametime 8.5.1", 0x001e, 0x213f },
+ { L"Sametime 8.5.2", 0x001e, 0x2149 },
};
static INT_PTR CALLBACK DlgProcOptNet(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)