Index: src/plugin/PluginClass.cpp |
diff --git a/src/plugin/PluginClass.cpp b/src/plugin/PluginClass.cpp |
index c3579889d6ca727ed742416bb82b351fefcde503..778b81b3a9dadbe8c0faaddd8d7c8b28fbd19745 100644 |
--- a/src/plugin/PluginClass.cpp |
+++ b/src/plugin/PluginClass.cpp |
@@ -1558,7 +1558,7 @@ LRESULT CALLBACK CPluginClass::PaneWindowProc(HWND hWnd, UINT message, WPARAM wP |
Dictionary* dictionary = Dictionary::GetInstance(); |
std::wstring errorText = dictionary->Lookup("updater", "update-error-text"); |
std::wstring errorTitle = dictionary->Lookup("updater", "update-error-title"); |
- pClass->notificationMessage.SetTextAndIcon(errorText, errorText, TTI_ERROR); |
+ pClass->notificationMessage.SetTextAndIcon(errorText, errorTitle, TTI_ERROR); |
} |
break; |
case WM_DOWNLOADING_UPDATE: |