diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-11 17:25:57 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-11 17:25:57 -0400 |
commit | 2a3e5422ad2d1b0bae0a96d92835e0d2391d9af5 (patch) | |
tree | 6e5dc8d2a1512948aa1b53e34d618f9b5859c400 /gtk/gtkprintunixdialog.c | |
parent | e0c39dbf7e6ab2d4591a8c61b46f3211fa344713 (diff) | |
download | gtk+-2a3e5422ad2d1b0bae0a96d92835e0d2391d9af5.tar.gz |
docs: Cosmetics
Remove a few instances of GTK+ from the docs, and
remove references to ancient versions.
Diffstat (limited to 'gtk/gtkprintunixdialog.c')
-rw-r--r-- | gtk/gtkprintunixdialog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index 2e67523ce1..a243c9f5ad 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -65,7 +65,7 @@ * * GtkPrintUnixDialog implements a print dialog for platforms * which don’t provide a native print dialog, like Unix. It can - * be used very much like any other GTK+ dialog, at the cost of + * be used very much like any other GTK dialog, at the cost of * the portability offered by the * [high-level printing API][gtk3-High-level-Printing-API] * @@ -79,8 +79,6 @@ * - %GTK_RESPONSE_APPLY: for the “Preview” button * - %GTK_RESPONSE_CANCEL: for the “Cancel” button * - * Printing support was added in GTK+ 2.10. - * * # GtkPrintUnixDialog as GtkBuildable * * The GtkPrintUnixDialog implementation of the GtkBuildable interface exposes its |