[Libreoffice-commits] core.git: sc/source

Caolán McNamara caolanm at redhat.com
Fri Oct 7 16:50:53 UTC 2016


 sc/source/ui/navipi/navipi.src |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 8b3cfc02e636e0810b5d72b311bd73f1eb442cba
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Oct 7 17:27:10 2016 +0100

    these navigator entry menuitems should be radio checks
    
    Change-Id: If85c9195a646622091ae057b5ad7d0ec866f0348

diff --git a/sc/source/ui/navipi/navipi.src b/sc/source/ui/navipi/navipi.src
index a602335..b7f1ddc 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 ;
         };
     };
 };


More information about the Libreoffice-commits mailing list