From 5423678ea6a06bec187c173dccc9763307478ffd Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 13 Feb 2019 19:15:54 +0100 Subject: GTK+ -> GTK --- tests/test_overrides_gtk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_overrides_gtk.py b/tests/test_overrides_gtk.py index fe98051c..627d5760 100644 --- a/tests/test_overrides_gtk.py +++ b/tests/test_overrides_gtk.py @@ -532,7 +532,7 @@ class TestGtk(unittest.TestCase): self.assertTrue(isinstance(button, Gtk.Widget)) if Gtk_version != "4.0": - # Using stock items causes hard warning in devel versions of GTK+. + # Using stock items causes hard warning in devel versions of GTK. with capture_glib_warnings(allow_warnings=True): button = Gtk.Button.new_from_stock(Gtk.STOCK_CLOSE) @@ -771,7 +771,7 @@ class TestGtk(unittest.TestCase): def test_toolbutton(self): # PyGTK compat - # Using stock items causes hard warning in devel versions of GTK+. + # Using stock items causes hard warning in devel versions of GTK. with capture_glib_warnings(allow_warnings=True): button = Gtk.ToolButton() self.assertEqual(button.props.stock_id, None) -- cgit v1.2.1