diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-25 18:39:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-05 04:06:33 +0200 |
commit | f6698fe54f7d599ed6f7808cdb66c02b533e4c3e (patch) | |
tree | 533b010d73d241fee580c90afe9920287ec025c7 /sd | |
parent | 015d65c7ea301ed1033dde71e722e32f94c49530 (diff) |
src: capitalization as the rest
it's easier to grep
Change-Id: I3639467b77c8071f2ffe3204669514948ffff8a2
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/LayerDialog.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/LayerDialog.src b/sd/source/ui/dlg/LayerDialog.src index 05098c2c0f30..3703875a13f6 100644 --- a/sd/source/ui/dlg/LayerDialog.src +++ b/sd/source/ui/dlg/LayerDialog.src @@ -43,7 +43,7 @@ DockingWindow FLT_WIN_LAYER_DIALOG Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( WIDTH-2*6, TAB_BAR_HEIGHT ); HelpId = HID_SD_TABBAR_LAYERS; - BORDER = TRUE; + Border = TRUE; SvLook = TRUE; }; }; |