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

Unified Diff: src/plugin/Config.h

Issue 5516878722105344: Issue #276 - replace TCHAR etc. with wide-character versions (Closed)
Patch Set: Created Aug. 5, 2014, 3:17 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 | src/plugin/Console.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/Config.h
===================================================================
--- a/src/plugin/Config.h
+++ b/src/plugin/Config.h
@@ -141,7 +141,7 @@
// Status bar pane name
#if (defined PRODUCT_ADBLOCKPLUS)
-#define STATUSBAR_PANE_NAME "AdblockPlusStatusBarPane"
+#define STATUSBAR_PANE_NAME L"AdblockPlusStatusBarPane"
#endif
// Status bar pane number
« no previous file with comments | « no previous file | src/plugin/Console.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld