gtk-demo: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Dec 2019 14:47:23 +0000 (09:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 29 Dec 2019 23:45:40 +0000 (18:45 -0500)
demos/gtk-demo/foreigndrawing.c

index 98384f19ff244d5f82e32922cbad49bbecfccb54..d72ecfd59e1222a5705c42cbfaf8c13deb64bccf 100644 (file)
@@ -414,7 +414,7 @@ draw_menubar (GtkWidget     *widget,
   frame_context = get_style (NULL, "frame");
   border_context = get_style (frame_context, "border");
 
-  /* This information is taken from the GtkMenuBar docs, see "CSS nodes" */
+  /* This information is taken from the GtkPopoverMenuBar docs, see "CSS nodes" */
   menubar_context = get_style (NULL, "menubar");
   hovered_menuitem_context = get_style (menubar_context, "menuitem:hover");
   menuitem_context = get_style (menubar_context, "menuitem");