summaryrefslogtreecommitdiff
path: root/src/dialogues/InformationMessage.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-03-16 00:32:39 (GMT)
committer jacob1 <jfu614@gmail.com>2013-03-16 00:32:39 (GMT)
commit2267f3438689e195b38b0f05c8321c713ffd0932 (patch)
tree23b765fb8ceaa4a726b6f13d99738b2c5243031d /src/dialogues/InformationMessage.h
parentcd8ea8ad0eb1e8af28c25a75dd2a15bc94c357c4 (diff)
downloadpowder-2267f3438689e195b38b0f05c8321c713ffd0932.zip
powder-2267f3438689e195b38b0f05c8321c713ffd0932.tar.gz
add a button to show the save uploading rules inside the save upload dialog
Diffstat (limited to 'src/dialogues/InformationMessage.h')
-rw-r--r--src/dialogues/InformationMessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogues/InformationMessage.h b/src/dialogues/InformationMessage.h
index 8032311..1df4794 100644
--- a/src/dialogues/InformationMessage.h
+++ b/src/dialogues/InformationMessage.h
@@ -5,7 +5,7 @@
class InformationMessage: public ui::Window {
public:
- InformationMessage(std::string title, std::string message);
+ InformationMessage(std::string title, std::string message, bool large);
virtual void OnDraw();
virtual ~InformationMessage();
};