diff options
Diffstat (limited to 'tests/testheightforwidth.c')
-rw-r--r-- | tests/testheightforwidth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testheightforwidth.c b/tests/testheightforwidth.c index bc164521ff..26e9ea84ce 100644 --- a/tests/testheightforwidth.c +++ b/tests/testheightforwidth.c @@ -1031,7 +1031,7 @@ TestInterface interfaces[] = { " </row>" " <row>" " <col id=\"0\" translatable=\"yes\">to demonstrate natural</col>" - " <col id=\"1\" translatable=\"yes\">gtk-info</col>" + " <col id=\"1\" translatable=\"yes\">gtk-execute</col>" " <col id=\"2\" translatable=\"yes\">is not</col>" " <col id=\"3\" translatable=\"yes\">can</col>" " </row>" @@ -1086,7 +1086,7 @@ TestInterface interfaces[] = { " </row>" " <row>" " <col id=\"0\" translatable=\"yes\">to demonstrate height-for-width</col>" - " <col id=\"1\" translatable=\"yes\">gtk-info</col>" + " <col id=\"1\" translatable=\"yes\">gtk-execute</col>" " <col id=\"2\" translatable=\"yes\">is not</col>" " <col id=\"3\" translatable=\"yes\">can</col>" " </row>" |