Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginClass.cpp

Issue 29333386: Issue 3501 - fix typo in the code for the title for plugin NotificationWindow (Closed)
Patch Set: Created Jan. 12, 2016, 1:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld