From c6d75405082dd1f399c438334d1d0f001552eb9a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Jun 2013 16:01:44 -0400 Subject: [PATCH] Trivial rewording Make the listbox demo follow the naming convention of the other demos. --- demos/gtk-demo/listbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/gtk-demo/listbox.c b/demos/gtk-demo/listbox.c index 94ef2f1f3c..721518a1d0 100644 --- a/demos/gtk-demo/listbox.c +++ b/demos/gtk-demo/listbox.c @@ -1,4 +1,4 @@ -/* ListBox +/* List Box * * GtkListBox allows lists with complicated layouts, using * regular widgets supporting sorting and filtering. -- GitLab