X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ac8d3bc52ea44d6cb9fdf31fbae175d30d00fcc..f48e68737044a2dce176e28e1b1903186b209003:/misc/theme_test/test.c?ds=sidebyside diff --git a/misc/theme_test/test.c b/misc/theme_test/test.c index 58c6bebdee..f9b9c88579 100644 --- a/misc/theme_test/test.c +++ b/misc/theme_test/test.c @@ -84,7 +84,7 @@ int main (int argc, char *argv[]) gtk_table_attach_defaults(GTK_TABLE(table), notebook, 0,6,0,1); gtk_widget_show(notebook); - /* Now finally lets prepend pages to the notebook */ + /* Now finally let's prepend pages to the notebook */ frame = gtk_frame_new ("frame"); gtk_container_set_border_width (GTK_CONTAINER (frame), 10);