diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-21 13:25:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-21 13:25:24 +0000 |
commit | 92ae1f2aa713c2f6ce28fda42d35e0b721e6db6e (patch) | |
tree | 0390d8cf25bcd0a70e423b20e2a595911ddaafda /protocols/Weather/weather_contacts.cpp | |
parent | 46068b4baad1c69d23818de2d0a51c6be435b9f9 (diff) |
fix for station search in Unicode in Weather
git-svn-id: http://svn.miranda-ng.org/main/trunk@509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather_contacts.cpp')
-rw-r--r-- | protocols/Weather/weather_contacts.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Weather/weather_contacts.cpp b/protocols/Weather/weather_contacts.cpp index 4bf81197d3..fe48b1926d 100644 --- a/protocols/Weather/weather_contacts.cpp +++ b/protocols/Weather/weather_contacts.cpp @@ -36,7 +36,7 @@ static void OpenUrl( TCHAR* format, TCHAR* id ) mir_free( szUrl );
}
-// == == == == == == BASIC CONTACTS FUNCTIONS AND LINKS == == == == == ==
+//============ BASIC CONTACTS FUNCTIONS AND LINKS ============
// view weather log for the contact
// wParam = current contact
@@ -94,7 +94,7 @@ INT_PTR WeatherMap(WPARAM wParam, LPARAM lParam) return 0;
}
-// == == == == == == EDIT SETTINGS == == == == == ==
+//============ EDIT SETTINGS ============
// show edit settings dialog
// wParam = current contact
@@ -426,7 +426,7 @@ INT_PTR CALLBACK DlgProcChange(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPa return FALSE;
}
-// == == == == == == CONTACT DELETION == == == == == ==
+//============ CONTACT DELETION ============
// when a contact is deleted, make sure some other contact take over the default station
// wParam = deleted contact
|