summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/dlg_propsheet.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-06-28 06:38:13 +0000
committerDart Raiden <wowemuh@gmail.com>2014-06-28 06:38:13 +0000
commite8d8dfceaf556a43a00346beeffcc027d7b193cb (patch)
tree3bd141aa4f44e16e1ca920b0bcc698c01260f041 /plugins/UserInfoEx/src/dlg_propsheet.cpp
parent2863d3f67bf960030de6018d6f967344dc5c8a8b (diff)
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@9588 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/dlg_propsheet.cpp')
-rw-r--r--plugins/UserInfoEx/src/dlg_propsheet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/dlg_propsheet.cpp b/plugins/UserInfoEx/src/dlg_propsheet.cpp
index ac6100ae30..6eccd83b4e 100644
--- a/plugins/UserInfoEx/src/dlg_propsheet.cpp
+++ b/plugins/UserInfoEx/src/dlg_propsheet.cpp
@@ -269,7 +269,7 @@ static INT_PTR ShowDialog(WPARAM wParam, LPARAM lParam)
metrics.x = GetSystemMetrics(SM_CXSMICON);
metrics.y = GetSystemMetrics(SM_CYSMICON);
if ((psh._hImages = ImageList_Create(metrics.x, metrics.y, ILC_COLOR32 | ILC_MASK, 0, 1)) == NULL) {
- MsgErr(NULL, LPGENT("Creating the imagelist failed!"));
+ MsgErr(NULL, LPGENT("Creating the image list failed!"));
return 1;
}