summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-10-01 20:45:12 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-05 18:51:30 -0500
commitd0b97cd7d757c9d385af0d897d43cc7100ef2158 (patch)
tree5623ee08bbe16f6f01522f1a177d8618af398586
parent10f08e3bc47a8055b638cb8e0ad433cf2f70574b (diff)
accfixes2: Some more text attributes for controls, used as accessible names
-rw-r--r--cui/source/tabpages/tabarea.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/tabpages/tabarea.src b/cui/source/tabpages/tabarea.src
index a3e1e5417e1a..cfe974ae2df0 100644
--- a/cui/source/tabpages/tabarea.src
+++ b/cui/source/tabpages/tabarea.src
@@ -898,6 +898,7 @@ TabPage RID_SVXPAGE_BITMAP
Pos = MAP_APPFONT ( 12 , 25 ) ;
Size = MAP_APPFONT ( 72 , 72 ) ;
TabStop = TRUE ;
+ Text [ en-US ] = "Pattern Editor";
};
FixedText FT_COLOR
{
@@ -1284,12 +1285,14 @@ TabPage RID_SVXPAGE_COLOR
Border = TRUE;
Pos = MAP_APPFONT ( 157 , 14 ) ;
Size = MAP_APPFONT ( 34 , 25 ) ;
+ Text [ en-US ] = "Old Color";
};
Control CTL_PREVIEW_NEW
{
Border = TRUE;
Pos = MAP_APPFONT ( 157, 39 ) ;
Size = MAP_APPFONT ( 34 , 25 ) ;
+ Text [ en-US ] = "New Color";
};
ListBox LB_COLORMODEL
{