diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/queryredlinedialog.ui | 7 |
2 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 1d0668390253..3cc3be15ed9e 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -739,7 +739,7 @@ void SwTextShell::Execute(SfxRequest &rReq) rReq.Ignore(); break; - case 2: + case 102: xDlg->Execute(); rReq.Done(); break; diff --git a/sw/uiconfig/swriter/ui/queryredlinedialog.ui b/sw/uiconfig/swriter/ui/queryredlinedialog.ui index 490d09a7ebbc..8a9780720af6 100644 --- a/sw/uiconfig/swriter/ui/queryredlinedialog.ui +++ b/sw/uiconfig/swriter/ui/queryredlinedialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.2 --> +<!-- Generated with glade 3.22.1 --> <interface domain="sw"> <requires lib="gtk+" version="3.18"/> <object class="GtkMessageDialog" id="QueryRedlineDialog"> @@ -75,10 +75,7 @@ or accept or reject particular changes.</property> <action-widgets> <action-widget response="-6">cancel</action-widget> <action-widget response="-5">ok</action-widget> - <action-widget response="2">edit</action-widget> + <action-widget response="102">edit</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> </interface> |