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

Unified Diff: installer/src/installer-lib/custom-i18n.h

Issue 5219280069066752: Issue #1186 - Change names that appear in the custom action (Closed)
Patch Set: Created Oct. 15, 2014, 3:29 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 | « installer/src/custom-action/close_application.cpp ('k') | installer/src/installer-lib/database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/installer-lib/custom-i18n.h
===================================================================
--- a/installer/src/installer-lib/custom-i18n.h
+++ b/installer/src/installer-lib/custom-i18n.h
@@ -17,13 +17,13 @@
* The WiX definition of that table is in the file "custom_i18n.wxi".
* Each custom action has the responsibility for defining its own rows within this table.
*/
-class custom_message_text
+class CustomMessageText
{
Database & db ;
const std::wstring component ;
public:
- custom_message_text( Database & db, const std::wstring component )
+ CustomMessageText( Database & db, const std::wstring component )
: db( db ), component( component )
{}
« no previous file with comments | « installer/src/custom-action/close_application.cpp ('k') | installer/src/installer-lib/database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld