diff options
author | Herbert Duerr [hdu] <herbert.duerr@oracle.com> | 2010-11-05 16:20:01 +0100 |
---|---|---|
committer | Herbert Duerr [hdu] <herbert.duerr@oracle.com> | 2010-11-05 16:20:01 +0100 |
commit | d38917161cff8b8f4f6edb622e571c3a5b5bca88 (patch) | |
tree | 53cb67a36517ba66d8a8c0507baebe48601974ba | |
parent | 93924469d64d5a316fa78c18a1dd571e51b09824 (diff) |
#i115432# less is more since CWS pbfinal01
-rwxr-xr-x | vcl/source/window/window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index cddd0f898392..8054afd33080 100755 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -275,7 +275,7 @@ bool Window::ImplCheckUIFont( const Font& rFont ) static const StandardButtonType aTestButtons[] = { BUTTON_OK, BUTTON_CANCEL, BUTTON_CLOSE, BUTTON_ABORT, - BUTTON_YES, BUTTON_NO, BUTTON_MORE, BUTTON_LESS, + BUTTON_YES, BUTTON_NO, BUTTON_MORE, BUTTON_IGNORE, BUTTON_RETRY, BUTTON_HELP }; |