summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
diff options
context:
space:
mode:
authorJohn Ralls <jralls@ceridwen.us>2012-05-05 13:11:10 -0700
committerJohn Ralls <jralls@ceridwen.us>2012-05-07 14:59:06 -0700
commitb5bcdbc10fe230474826d93b8999aede79405020 (patch)
tree6f53bdaf8e12a0fc153be78c890db262ae6c47fd /gtk/gtkapplication.c
parente00847b0d5c8837d98e4699990e5364a26287068 (diff)
downloadgtk+-b5bcdbc10fe230474826d93b8999aede79405020.tar.gz
Rename gtkquartz-menu to gtkmodelmenu-quartz
Makes name consistent with other quartz-only modules and makes it clear that this works with the GMenuModel system rather than the older GtkMenu system.
Diffstat (limited to 'gtk/gtkapplication.c')
-rw-r--r--gtk/gtkapplication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 33a1b61b52..24a580af9f 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -37,7 +37,7 @@
#include "gtkintl.h"
#ifdef GDK_WINDOWING_QUARTZ
-#include "gtkquartz-menu.h"
+#include "gtkmodelmenu-quartz.h"
#import <Cocoa/Cocoa.h>
#include <Carbon/Carbon.h>
#include "gtkmessagedialog.h"