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

Unified Diff: installer/src/installer-lib/interaction.cpp

Issue 5219280069066752: Issue #1186 - Change names that appear in the custom action (Closed)
Patch Set: Created Oct. 2, 2014, 6:51 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
Index: installer/src/installer-lib/interaction.cpp
===================================================================
--- a/installer/src/installer-lib/interaction.cpp
+++ b/installer/src/installer-lib/interaction.cpp
@@ -8,7 +8,7 @@
* The two constructors are identical except for the type of argument 'message'
* They rely on overloads of the Message constructor
*/
-Installer_Message_Box::Installer_Message_Box(
+InstallerMessageBox::InstallerMessageBox(
std::wstring message,
box_type box,
buttonset_type buttonset,
@@ -18,7 +18,7 @@
: Message( message, INSTALLMESSAGE( box | buttonset | default_button | icon ) )
{}
-Installer_Message_Box::Installer_Message_Box(
+InstallerMessageBox::InstallerMessageBox(
std::string message,
box_type box,
buttonset_type buttonset,

Powered by Google App Engine
This is Rietveld