summaryrefslogtreecommitdiff
path: root/plugins/SMS
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-01-11 08:38:19 +0000
committerRobert Pösel <robyer@seznam.cz>2013-01-11 08:38:19 +0000
commit5d48702acaa2509de42d2f18f44d9b05cdd79c7d (patch)
treed323a266ab0c5c5a9f73761fa1089ceb0ef584a9 /plugins/SMS
parent6562883fef0a5dad6520892654b5924224128b0a (diff)
SMS: Fixed options title
git-svn-id: http://svn.miranda-ng.org/main/trunk@3044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS')
-rw-r--r--plugins/SMS/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/src/options.cpp b/plugins/SMS/src/options.cpp
index eef93bf2d3..ba59c60204 100644
--- a/plugins/SMS/src/options.cpp
+++ b/plugins/SMS/src/options.cpp
@@ -93,7 +93,7 @@ int OptInitialise(WPARAM wParam,LPARAM lParam)
odp.pszGroup = "Events";
odp.flags = ODPF_BOLDGROUPS;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_SMSPLUGIN);
- odp.ptszTitle = PROTOCOL_DISPLAY_NAME_ORIGW;
+ odp.pszTitle = PROTOCOL_DISPLAY_NAME_ORIG;
odp.pfnDlgProc = DlgProcEditorOptions;
Options_AddPage(wParam, &odp);
return 0;