diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-06-28 16:01:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-06-28 16:01:44 -0400 |
commit | c6d75405082dd1f399c438334d1d0f001552eb9a (patch) | |
tree | 1f365750a595c9a73102187034a74eb16117b0ce /demos | |
parent | f3f6d1a2499c2670dbc5bdac1376f5a3f0d8d617 (diff) | |
download | gtk+-c6d75405082dd1f399c438334d1d0f001552eb9a.tar.gz |
Trivial rewording
Make the listbox demo follow the naming convention of the
other demos.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/listbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |