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:
Rüdiger Timm 2008-07-30 13:47:17 +00:00
parent 9d75290fd1
commit c44aedfb81

View file

@ -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"; \
}; \