summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-07 17:27:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-07 17:47:11 +0100
commit8b3cfc02e636e0810b5d72b311bd73f1eb442cba (patch)
tree51b018300e155001c45a8e9c0726194465b26044 /sc/source
parent83fda3d887820f09d76fef21c0a83af93dbbc6b1 (diff)
these navigator entry menuitems should be radio checks
Change-Id: If85c9195a646622091ae057b5ad7d0ec866f0348
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/navipi/navipi.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/navipi/navipi.src b/sc/source/ui/navipi/navipi.src
index a602335ef218..b7f1ddc7deeb 100644
--- a/sc/source/ui/navipi/navipi.src
+++ b/sc/source/ui/navipi/navipi.src
@@ -305,18 +305,21 @@ Menu RID_POPUP_DROPMODE
Identifier = RID_DROPMODE_URL ;
HelpId = HID_SC_DROPMODE_URL ;
Text [ en-US ] = "Insert as Hyperlink" ;
+ RadioCheck = TRUE ;
};
MenuItem
{
Identifier = RID_DROPMODE_LINK ;
HelpId = HID_SC_DROPMODE_LINK ;
Text [ en-US ] = "Insert as Link" ;
+ RadioCheck = TRUE ;
};
MenuItem
{
Identifier = RID_DROPMODE_COPY ;
HelpId = HID_SC_DROPMODE_COPY ;
Text [ en-US ] = "Insert as Copy" ;
+ RadioCheck = TRUE ;
};
};
};