diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-16 00:32:39 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-16 00:32:39 (GMT) |
| commit | 2267f3438689e195b38b0f05c8321c713ffd0932 (patch) | |
| tree | 23b765fb8ceaa4a726b6f13d99738b2c5243031d /src/dialogues/InformationMessage.h | |
| parent | cd8ea8ad0eb1e8af28c25a75dd2a15bc94c357c4 (diff) | |
| download | powder-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.h | 2 |
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(); }; |
