[LyX/master] GuiHyperlink: some minor fixes
Juergen Spitzmueller
spitz at lyx.org
Mon Dec 26 08:18:18 UTC 2022
commit 5f8e41dc9bfe4daf47796fe66c24c8fdce25f043
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Mon Dec 26 10:13:51 2022 +0100
GuiHyperlink: some minor fixes
* disambiguate "Other" label
* Add accelerator
* Add tooltip to "Other" widget
* Amend tooltip of "Web" widget (since "other" now seems to have taken
part of its function)
---
src/frontends/qt/ui/HyperlinkUi.ui | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/frontends/qt/ui/HyperlinkUi.ui b/src/frontends/qt/ui/HyperlinkUi.ui
index 9f19721..ab90a46 100644
--- a/src/frontends/qt/ui/HyperlinkUi.ui
+++ b/src/frontends/qt/ui/HyperlinkUi.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>306</width>
+ <width>319</width>
<height>226</height>
</rect>
</property>
@@ -130,7 +130,7 @@
<item>
<widget class="QRadioButton" name="webRB">
<property name="toolTip">
- <string>Link to the web or to every other target</string>
+ <string>Link to the web</string>
</property>
<property name="text">
<string>&Web</string>
@@ -162,8 +162,11 @@
</item>
<item>
<widget class="QRadioButton" name="noneRB">
+ <property name="toolTip">
+ <string>Link to an arbitrary other URI scheme (to be specified in the Target field above)</string>
+ </property>
<property name="text">
- <string>Other</string>
+ <string>&Other[[Link Type]]</string>
</property>
</widget>
</item>
More information about the lyx-cvs
mailing list