diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-23 17:23:37 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-11-23 17:50:15 +0100 |
commit | 05bb715c51d8963e47a8b34f94b14f0748f6b8d8 (patch) | |
tree | 51c7877d323de62ff889973b082a3c016f72695d /gtk/gtk.h | |
parent | 6f0a60589125842294579536e62eb099903a0632 (diff) | |
download | gtk+-05bb715c51d8963e47a8b34f94b14f0748f6b8d8.tar.gz |
app-chooser: rename GtkOpenWith to GtkAppChooser
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -129,9 +129,9 @@ #include <gtk/gtkmountoperation.h> #include <gtk/gtknotebook.h> #include <gtk/gtkoffscreenwindow.h> -#include <gtk/gtkopenwith.h> -#include <gtk/gtkopenwithdialog.h> -#include <gtk/gtkopenwithwidget.h> +#include <gtk/gtkappchooser.h> +#include <gtk/gtkappchooserdialog.h> +#include <gtk/gtkappchooserwidget.h> #include <gtk/gtkorientable.h> #include <gtk/gtkpagesetup.h> #include <gtk/gtkpapersize.h> |