diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index a4fe5f4fef..59c081bea1 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -46,9 +46,8 @@ * * Currently, GtkApplication handles GTK+ initialization, application * uniqueness, provides some basic scriptability by exporting 'actions', - * implements some standard actions itself (such as 'Quit') and manages - * a list of toplevel windows whose life-cycle is automatically tied to - * the life-cycle of your application. + * and manages a list of toplevel windows whose life-cycle is automatically + * tied to the life-cycle of your application. * * A simple application *