diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-02-10 17:33:42 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-02-10 17:38:48 +0100 |
commit | e0626ada2fce4879efc5ae79b0e751efaafe4c28 (patch) | |
tree | 4d9c25ecee63313a4f53264319db23daadcc3cf0 /cui/source/inc | |
parent | 43aa1115c88f1300c73337a3622c2c03faa699f7 (diff) |
add back close button to the about dialog
Some windowmanagers on small devides do not have the close window button,
so all dialogs should have its own way how to diappear.
It is now done like in other application. They use "Close" button instead
of "OK". They put it into the right side and delimit it by a line, so
it looks like another dialog in the application.
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/about.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx index 684ad66e5310..a20b2a8bec8c 100644 --- a/cui/source/inc/about.hxx +++ b/cui/source/inc/about.hxx @@ -52,6 +52,8 @@ private: svt::FixedHyperlink aInfoLink; svt::FixedHyperlink aTdfLink; svt::FixedHyperlink aFeaturesLink; + FixedLine aButtonsLine; + CancelButton aCancelButton; String aVersionData; String aVersionTextStr; |