summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-31 17:32:09 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-31 17:32:09 +0000
commit755227bf6dd5d8061869e68f5c970780a5e3b53b (patch)
treeebee6cf311d89d746eb6fa84a4237fccf55d3879 /desktop
parent96445c9520a252fdb41c934cc77764c200c086af (diff)
android: get non-modal message dialog up, and continue to main app execute
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 61018271bd5a..966bebb5fa47 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1863,9 +1863,9 @@ int Desktop::Main()
::plasma_now("pre hit execute!");
// For some reason we're not getting a desktop frame or component [odd]
- ErrorBox aKickStartVCL( NULL, WB_OK, rtl::OUString::createFromAscii("Title!") );
- aKickStartVCL.SetText( rtl::OUString::createFromAscii("Foo") );
- aKickStartVCL.Execute();
+ ErrorBox aKickStartVCL( NULL, WB_OK, rtl::OUString::createFromAscii("My very own title!") );
+ aKickStartVCL.SetText( rtl::OUString::createFromAscii("Delphic Utterance") );
+ aKickStartVCL.Show(); // don't execute - just leave it lying around ....
::plasma_now("hit execute!");