diff options
author | willemferguson <willemferguson@zoology.up.ac.za> | 2019-12-25 07:26:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-27 05:42:23 +0900 |
commit | 88cbcf5c6ea56a8e31617a426e7ca8221999afe8 (patch) | |
tree | 0b28f2d7cf5b7531c70ba407c50f0e6cc2d89398 /desktop-widgets/preferences/preferences_media.ui | |
parent | d7d6f56c6ff4e77afed8949587c610840554b212 (diff) | |
download | subsurface-88cbcf5c6ea56a8e31617a426e7ca8221999afe8.tar.gz |
Cosmetic updates to .UI files for Preferences
This is a cosmetic update to remove some warning messages
while building a fresh subsurface. These warnings were due to
duplicate label names in the .UI files.
Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Diffstat (limited to 'desktop-widgets/preferences/preferences_media.ui')
-rw-r--r-- | desktop-widgets/preferences/preferences_media.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop-widgets/preferences/preferences_media.ui b/desktop-widgets/preferences/preferences_media.ui index 64e9d5986..fbd142911 100644 --- a/desktop-widgets/preferences/preferences_media.ui +++ b/desktop-widgets/preferences/preferences_media.ui @@ -16,7 +16,7 @@ <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QLabel" name="label_help4"> + <widget class="QLabel" name="label_help_thumbnails1"> <property name="toolTip"> <string extracomment="Help info 1"/> </property> @@ -27,7 +27,7 @@ </item> <item> - <widget class="QLabel" name="label_help4"> + <widget class="QLabel" name="label_help_thumbnails2"> <property name="toolTip"> <string extracomment="Help info 1"/> </property> @@ -49,7 +49,7 @@ </item> <item> - <widget class="QLabel" name="label_help4"> + <widget class="QLabel" name="label_help_media_1"> <property name="toolTip"> <string extracomment="Help info 1"/> </property> @@ -60,7 +60,7 @@ </item> <item> - <widget class="QLabel" name="label_help4"> + <widget class="QLabel" name="label_help_video_1"> <property name="toolTip"> <string extracomment="Help info 1"/> </property> @@ -87,7 +87,7 @@ </property> <item row="0" column="0" colspan="2"> - <widget class="QLabel" name="label_help4"> + <widget class="QLabel" name="label_help_video_2"> <property name="toolTip"> <string extracomment="Help info 2"/> </property> @@ -131,7 +131,7 @@ </item> <item row="3" column="0" colspan="2"> - <widget class="QLabel" name="label_help4"> + <widget class="QLabel" name="label_help_video_3"> <property name="toolTip"> <string extracomment="Help info 3"/> </property> |