Fine to backport this if you wish.

On 8/16/19 5:30 PM, Pavel Sanda wrote:
> commit 58cf1c5345104cb3071bf6788f65e4fae07ac749
> Author: Pavel Sanda <sa...@lyx.org>
> Date:   Fri Aug 16 23:01:34 2019 +0200
>
>     As observed on users list it's hard to guess where to setup external 
> editor.
> ---
>  src/frontends/qt/ui/LocalLayoutUi.ui |    3 +++
>  src/frontends/qt/ui/PreambleUi.ui    |    3 +++
>  2 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/src/frontends/qt/ui/LocalLayoutUi.ui 
> b/src/frontends/qt/ui/LocalLayoutUi.ui
> index abb29c5..fc753b7 100644
> --- a/src/frontends/qt/ui/LocalLayoutUi.ui
> +++ b/src/frontends/qt/ui/LocalLayoutUi.ui
> @@ -70,6 +70,9 @@
>       </item>
>       <item row="0" column="3">
>        <widget class="QPushButton" name="editPB">
> +       <property name="toolTip">
> +        <string>Editor for Latex (plain) format will be used</string>
> +       </property>
>         <property name="text">
>          <string>&amp;Edit</string>
>         </property>
> diff --git a/src/frontends/qt/ui/PreambleUi.ui 
> b/src/frontends/qt/ui/PreambleUi.ui
> index 6c6b12e..8a7015c 100644
> --- a/src/frontends/qt/ui/PreambleUi.ui
> +++ b/src/frontends/qt/ui/PreambleUi.ui
> @@ -41,6 +41,9 @@
>     </item>
>     <item row="1" column="2">
>      <widget class="QPushButton" name="editPB">
> +     <property name="toolTip">
> +      <string>Editor for Latex (plain) format will be used</string>
> +     </property>
>       <property name="text">
>        <string>&amp;Edit</string>
>       </property>


Reply via email to