From cf174fec8c3056490f5f858b70c2d9d0c1a35ce2 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 18 Jul 2014 17:05:40 +0000 Subject: typo git-svn-id: http://svn.miranda-ng.org/main/trunk@9852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HTTPServer/src/GuiElements.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HTTPServer/src/GuiElements.cpp') diff --git a/plugins/HTTPServer/src/GuiElements.cpp b/plugins/HTTPServer/src/GuiElements.cpp index 9423afc180..6aa6fc1329 100644 --- a/plugins/HTTPServer/src/GuiElements.cpp +++ b/plugins/HTTPServer/src/GuiElements.cpp @@ -1133,7 +1133,7 @@ static INT_PTR CALLBACK OptionsDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP SendMessage(hComboBox, CB_ADDSTRING, 0, (LPARAM)""); SendMessage(hComboBox, CB_ADDSTRING, 0, (LPARAM)LPGENT("Current IP Address: ")); SendMessage(hComboBox, CB_ADDSTRING, 0, (LPARAM)LPGENT("Current Address: ")); - SendMessage(hComboBox, CB_ADDSTRING, 0, (LPARAM)LPGENT("IP Adress: ")); + SendMessage(hComboBox, CB_ADDSTRING, 0, (LPARAM)LPGENT("IP Address: ")); SendMessage(hComboBox, CB_ADDSTRING, 0, (LPARAM)LPGENT("You are browsing from")); SendMessage(hComboBox, CB_ADDSTRING, 0, (LPARAM)_T("")); } -- cgit v1.2.3