diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-03 14:43:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-07 16:17:52 +0000 |
commit | 0cdf12e0ee217916e25593184d38306a05388fbb (patch) | |
tree | 1d48e65e86c13acaa8684aad801d914cd29863db /cui/source/dialogs/cuires.src | |
parent | 6773db03a657413a24b87e9ef3a6c68020936e0e (diff) |
split out numbering options page to cui and adapt code
Change-Id: Ib2fedda13ff0b0d94f818bf6d9daf40a02fa8302
Diffstat (limited to 'cui/source/dialogs/cuires.src')
-rw-r--r-- | cui/source/dialogs/cuires.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cui/source/dialogs/cuires.src b/cui/source/dialogs/cuires.src index b22960563954..4534764e1334 100644 --- a/cui/source/dialogs/cuires.src +++ b/cui/source/dialogs/cuires.src @@ -54,6 +54,11 @@ String RID_SVXSTR_AUTO_ENTRY Text [ en-US ] = "Automatic"; }; +String RID_SVXSTR_EDIT_GRAPHIC +{ + Text [ en-US ] = "Link" ; +}; + #define MASKCOLOR MaskColor = \ Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; |