summaryrefslogtreecommitdiff
path: root/plugins/Weather/src/weather_contacts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Weather/src/weather_contacts.cpp')
-rw-r--r--plugins/Weather/src/weather_contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_contacts.cpp b/plugins/Weather/src/weather_contacts.cpp
index 9903cbf010..582ba51831 100644
--- a/plugins/Weather/src/weather_contacts.cpp
+++ b/plugins/Weather/src/weather_contacts.cpp
@@ -30,7 +30,7 @@ static void OpenUrl(wchar_t* format, wchar_t* id)
wchar_t loc[512];
GetID(id);
mir_snwprintf(loc, format, id);
- Utils_OpenUrlT(loc);
+ Utils_OpenUrlW(loc);
}
//============ BASIC CONTACTS FUNCTIONS AND LINKS ============