| Index: src/plugin/PluginClass.cpp |
| =================================================================== |
| --- a/src/plugin/PluginClass.cpp |
| +++ b/src/plugin/PluginClass.cpp |
| @@ -1624,6 +1624,8 @@ |
| Dictionary* dictionary = Dictionary::GetInstance(); |
| std::wstring errorText = dictionary->Lookup("updater", "update-error-text"); |
| std::wstring errorTitle = dictionary->Lookup("updater", "update-error-title"); |
| + // use hardcoded value until there is a real error message |
| + ReplaceString(errorText , L"?1?", L"Unknown error"); |
|
Eric
2016/01/13 15:14:13
I'm uncomfortable with putting an English phrase i
|
| pClass->notificationMessage.SetTextAndIcon(errorText, errorTitle, TTI_ERROR); |
| break; |
| } |