summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/condformatdlg.src
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-08 09:38:01 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-11 08:01:25 +0200
commitc161e8a5a816f649e21105b09723f620336507ac (patch)
tree2b4f32a305861f3ac8a673c341874d0146a0aa41 /sc/source/ui/src/condformatdlg.src
parent3d193574ef0143f07eed2df4235f390c747327a4 (diff)
more support for data bars in new dialogs
Change-Id: I2292517a060a12c1d0dffd70558afc8a57e89754
Diffstat (limited to 'sc/source/ui/src/condformatdlg.src')
-rw-r--r--sc/source/ui/src/condformatdlg.src5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/src/condformatdlg.src b/sc/source/ui/src/condformatdlg.src
index ecac52bf2694..48aa50c4a85b 100644
--- a/sc/source/ui/src/condformatdlg.src
+++ b/sc/source/ui/src/condformatdlg.src
@@ -215,10 +215,11 @@ Control RID_COND_ENTRY
DropDown = TRUE;
DDExtraWidth = TRUE;
};
- Button BTN_OPTIONS
+ PushButton BTN_OPTIONS
{
- Pos = MAP_APPFONT( 120 , 62 );
+ Pos = MAP_APPFONT( 120, 62 );
Size = MAP_APPFONT( 60, 14 );
+ Text [ en-US ] = "More options ...";
};
};