diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-18 21:08:20 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-18 21:08:20 (GMT) |
| commit | 740f0d30c3d5badc10da09af875b47d67128048b (patch) | |
| tree | 2c9ce272c8a9afb75c55ef5a3d73973143cd89a8 /src/preview/PreviewView.cpp | |
| parent | 63da7a4afec50035c6aa37a29a8d60d38cab969f (diff) | |
| download | powder-740f0d30c3d5badc10da09af875b47d67128048b.zip powder-740f0d30c3d5badc10da09af875b47d67128048b.tar.gz | |
Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop which can be broken out of with Engine::Break())
Diffstat (limited to 'src/preview/PreviewView.cpp')
| -rw-r--r-- | src/preview/PreviewView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preview/PreviewView.cpp b/src/preview/PreviewView.cpp index 9202848..762cf80 100644 --- a/src/preview/PreviewView.cpp +++ b/src/preview/PreviewView.cpp @@ -113,7 +113,7 @@ PreviewView::PreviewView(): ReportAction(PreviewView * v_){ v = v_; } virtual void ActionCallback(ui::Button * sender) { - new TextPrompt("Report Save", "Reason for reporting", true, new ReportPromptCallback(v)); + new TextPrompt("Report Save", "Reason for reporting", "", "[reason]", true, new ReportPromptCallback(v)); } }; reportButton = new ui::Button(ui::Point(100, Size.Y-19), ui::Point(51, 19), "Report"); |
