diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-16 11:20:23 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-16 11:20:23 (GMT) |
| commit | b6e1526345b2e2e189b999ddc3fabdb151f395fb (patch) | |
| tree | 65dd16210aea9bfdef8b099e1a8515e5bc6ff71a /src/dialogues/InformationMessage.h | |
| parent | 0646b7fe41bf8dc94b4f2eb1e3e1c0e85ac1f254 (diff) | |
| parent | ff304321c54530040d82cb51b8c8742ed7611e54 (diff) | |
| download | powder-b6e1526345b2e2e189b999ddc3fabdb151f395fb.zip powder-b6e1526345b2e2e189b999ddc3fabdb151f395fb.tar.gz | |
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
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(); }; |
