summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/grapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/grapper.c b/examples/grapper.c
index c0d5538b..ab325565 100644
--- a/examples/grapper.c
+++ b/examples/grapper.c
@@ -1038,7 +1038,7 @@ init_grapper_window(GtkWidget *window, grapper_state *state)
gtk_tree_view_column_set_resizable(column, 1);
gtk_tree_view_append_column (GTK_TREE_VIEW (errors_treeview), column);
-#ifdef TOOLT_IPS
+#ifdef TOOL_TIPS
gtk_tooltips_set_tip (gtk_tooltips_new (), errors_treeview,
"Errors and warnings from parsing the content.", NULL);
#else