INTEGRATION: CWS pb20 (1.6.34); FILE MERGED
2008/07/28 08:45:51 iha 1.6.34.1: #i91987# Y error bars dialog : string truncated
This commit is contained in:
parent
9d75290fd1
commit
c44aedfb81
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: res_ErrorBar_tmpl.hrc,v $
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -181,7 +181,7 @@ CheckBox CB_SYN_POS_NEG \
|
|||
{ \
|
||||
HelpID = HID_SCH_STATISTIK_SAME_FOR_BOTH; \
|
||||
Pos = MAP_APPFONT ( 12 , 126 + yoffset ); \
|
||||
Size = MAP_APPFONT ( 80 , 10 ); \
|
||||
Size = MAP_APPFONT ( availablewidth - 12 , 10 ); \
|
||||
TabStop = TRUE; \
|
||||
Text[ en-US ] = "Same value for both"; \
|
||||
}; \
|
||||
|
|
Loading…
Reference in a new issue