diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 15:58:33 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:38 -0500 |
commit | 0a16518bcfeff6ac6c3b3566b774300f0e1a2c89 (patch) | |
tree | 8bcee48af964773ade210fe18b4c2ce2fdc48222 /gtk/gtkprintunixdialog.c | |
parent | ce941736da968d8ce58e1f4ce2e77ba84bf36205 (diff) | |
download | gtk+-0a16518bcfeff6ac6c3b3566b774300f0e1a2c89.tar.gz |
docs: fix links to print api
Diffstat (limited to 'gtk/gtkprintunixdialog.c')
-rw-r--r-- | gtk/gtkprintunixdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index acbfc3c1c0..531f7728f7 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -68,7 +68,7 @@ * 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 * the portability offered by the - * <link linkend="gtk-High-level-Printing-API">high-level printing API</link> + * <link linkend="gtk3-High-level-Printing-API">high-level printing API</link> * * In order to print something with #GtkPrintUnixDialog, you need * to use gtk_print_unix_dialog_get_selected_printer() to obtain |