aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-05 22:25:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-05 22:25:53 +0000
commit59d71d29c604d6721096e3970c2f4ebb95520918 (patch)
tree1a6c0dbebe34973d56c694a605dcd8095d27a3c5
parent0b905185cd9d8f45a4c866ef2a413a66530d5a94 (diff)
downloadgnunet-gtk-59d71d29c604d6721096e3970c2f4ebb95520918.tar.gz
gnunet-gtk-59d71d29c604d6721096e3970c2f4ebb95520918.zip
-fix gtk warnings about empty data values
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 4abfe42e..1c760367 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -1102,8 +1102,8 @@ This operation will be executed using the anonymity level specified on the right
1102 <col id="0">mimetype:audio</col> 1102 <col id="0">mimetype:audio</col>
1103 <col id="1" translatable="yes">Audio</col> 1103 <col id="1" translatable="yes">Audio</col>
1104 <col id="2">wav, mp3, ogg, ...</col> 1104 <col id="2">wav, mp3, ogg, ...</col>
1105 <col id="3"/> 1105 <col id="3" translatable="yes"> </col>
1106 <col id="4"/> 1106 <col id="4" translatable="yes"> </col>
1107 </row> 1107 </row>
1108 <row> 1108 <row>
1109 <col id="0">audio/ogg</col> 1109 <col id="0">audio/ogg</col>
@@ -1123,8 +1123,8 @@ This operation will be executed using the anonymity level specified on the right
1123 <col id="0">mimetype:video</col> 1123 <col id="0">mimetype:video</col>
1124 <col id="1" translatable="yes">Vorbis</col> 1124 <col id="1" translatable="yes">Vorbis</col>
1125 <col id="2">ogv, mpeg, mp4, flv, ...</col> 1125 <col id="2">ogv, mpeg, mp4, flv, ...</col>
1126 <col id="3"/> 1126 <col id="3" translatable="yes"> </col>
1127 <col id="4"/> 1127 <col id="4" translatable="yes"> </col>
1128 </row> 1128 </row>
1129 <row> 1129 <row>
1130 <col id="0">video/ogg</col> 1130 <col id="0">video/ogg</col>