]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kconfig: gconf: replace "tooltip" property with "tooltip-text"
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:45 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 02:33:47 +0000 (11:33 +0900)
This is no longer available in GTK 3. Use "tooltip-text" instead.

Also reword "Goes up of one level" to "Goes up one level" while I am
here.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.glade

index c0ada331a5bfb8acc31189b874877a3762ddbb9b..35d5257f33c990e342a9dd3559f6f2d76604d09a 100644 (file)
@@ -40,7 +40,7 @@
                  <child>
                    <widget class="GtkImageMenuItem" id="load1">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Load a config file</property>
+                     <property name="tooltip-text" translatable="yes">Load a config file</property>
                      <property name="label" translatable="yes">_Load</property>
                      <property name="use_underline">True</property>
                      <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
@@ -50,7 +50,7 @@
                  <child>
                    <widget class="GtkImageMenuItem" id="save1">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Save the config in .config</property>
+                     <property name="tooltip-text" translatable="yes">Save the config in .config</property>
                      <property name="label" translatable="yes">_Save</property>
                      <property name="use_underline">True</property>
                      <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
@@ -60,7 +60,7 @@
                  <child>
                    <widget class="GtkImageMenuItem" id="save_as1">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Save the config in a file</property>
+                     <property name="tooltip-text" translatable="yes">Save the config in a file</property>
                      <property name="label" translatable="yes">Save _as</property>
                      <property name="use_underline">True</property>
                    </widget>
@@ -97,7 +97,7 @@
                  <child>
                    <widget class="GtkCheckMenuItem" id="show_name1">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Show name</property>
+                     <property name="tooltip-text" translatable="yes">Show name</property>
                      <property name="label" translatable="yes">Show _name</property>
                      <property name="use_underline">True</property>
                      <property name="active">False</property>
                  <child>
                    <widget class="GtkCheckMenuItem" id="show_range1">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Show range (Y/M/N)</property>
+                     <property name="tooltip-text" translatable="yes">Show range (Y/M/N)</property>
                      <property name="label" translatable="yes">Show _range</property>
                      <property name="use_underline">True</property>
                      <property name="active">False</property>
                  <child>
                    <widget class="GtkCheckMenuItem" id="show_data1">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Show value of the option</property>
+                     <property name="tooltip-text" translatable="yes">Show value of the option</property>
                      <property name="label" translatable="yes">Show _data</property>
                      <property name="use_underline">True</property>
                      <property name="active">False</property>
                  <child>
                    <widget class="GtkRadioMenuItem" id="set_option_mode1">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Show normal options</property>
+                     <property name="tooltip-text" translatable="yes">Show normal options</property>
                      <property name="label" translatable="yes">Show normal options</property>
                      <property name="use_underline">True</property>
                      <property name="active">True</property>
                  <child>
                    <widget class="GtkRadioMenuItem" id="set_option_mode2">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Show all options</property>
+                     <property name="tooltip-text" translatable="yes">Show all options</property>
                      <property name="label" translatable="yes">Show all _options</property>
                      <property name="use_underline">True</property>
                      <property name="active">False</property>
                  <child>
                    <widget class="GtkRadioMenuItem" id="set_option_mode3">
                      <property name="visible">True</property>
-                     <property name="tooltip" translatable="yes">Show all options with prompts</property>
+                     <property name="tooltip-text" translatable="yes">Show all options with prompts</property>
                      <property name="label" translatable="yes">Show all prompt options</property>
                      <property name="use_underline">True</property>
                      <property name="active">False</property>
              <child>
                <widget class="GtkToolButton" id="button1">
                  <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Goes up of one level (single view)</property>
+                 <property name="tooltip-text" translatable="yes">Goes up one level (single view)</property>
                  <property name="label" translatable="yes">Back</property>
                  <property name="use_underline">True</property>
                  <property name="stock_id">gtk-undo</property>
              <child>
                <widget class="GtkToolButton" id="button2">
                  <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Load a config file</property>
+                 <property name="tooltip-text" translatable="yes">Load a config file</property>
                  <property name="label" translatable="yes">Load</property>
                  <property name="use_underline">True</property>
                  <property name="stock_id">gtk-open</property>
              <child>
                <widget class="GtkToolButton" id="button3">
                  <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Save a config file</property>
+                 <property name="tooltip-text" translatable="yes">Save a config file</property>
                  <property name="label" translatable="yes">Save</property>
                  <property name="use_underline">True</property>
                  <property name="stock_id">gtk-save</property>
              <child>
                <widget class="GtkToolButton" id="button4">
                  <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Single view</property>
+                 <property name="tooltip-text" translatable="yes">Single view</property>
                  <property name="label" translatable="yes">Single</property>
                  <property name="use_underline">True</property>
                  <property name="stock_id">gtk-missing-image</property>
              <child>
                <widget class="GtkToolButton" id="button5">
                  <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Split view</property>
+                 <property name="tooltip-text" translatable="yes">Split view</property>
                  <property name="label" translatable="yes">Split</property>
                  <property name="use_underline">True</property>
                  <property name="stock_id">gtk-missing-image</property>
              <child>
                <widget class="GtkToolButton" id="button6">
                  <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Full view</property>
+                 <property name="tooltip-text" translatable="yes">Full view</property>
                  <property name="label" translatable="yes">Full</property>
                  <property name="use_underline">True</property>
                  <property name="stock_id">gtk-missing-image</property>
              <child>
                <widget class="GtkToolButton" id="button7">
                  <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Collapse the whole tree in the right frame</property>
+                 <property name="tooltip-text" translatable="yes">Collapse the whole tree in the right frame</property>
                  <property name="label" translatable="yes">Collapse</property>
                  <property name="use_underline">True</property>
                  <property name="stock_id">gtk-remove</property>
              <child>
                <widget class="GtkToolButton" id="button8">
                  <property name="visible">True</property>
-                 <property name="tooltip" translatable="yes">Expand the whole tree in the right frame</property>
+                 <property name="tooltip-text" translatable="yes">Expand the whole tree in the right frame</property>
                  <property name="label" translatable="yes">Expand</property>
                  <property name="use_underline">True</property>
                  <property name="stock_id">gtk-add</property>