summaryrefslogtreecommitdiff
path: root/demos/print-editor/print-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/print-editor/print-editor.c')
-rw-r--r--demos/print-editor/print-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/print-editor/print-editor.c b/demos/print-editor/print-editor.c
index 69a5819ae3..4bd88b0c4a 100644
--- a/demos/print-editor/print-editor.c
+++ b/demos/print-editor/print-editor.c
@@ -33,7 +33,7 @@ update_title (GtkWindow *window)
static void
update_statusbar (void)
{
- gchar *msg;
+ char *msg;
int row, col;
GtkTextIter iter;
const char *print_str;
@@ -675,7 +675,7 @@ static GActionEntry app_entries[] = {
{ "print", activate_print, NULL, NULL, NULL }
};
-static const gchar ui_info[] =
+static const char ui_info[] =
"<interface>"
" <menu id='menubar'>"
" <submenu>"