summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2000-08-01 10:06:53 +0000
committerMartin Baulig <martin@src.gnome.org>2000-08-01 10:06:53 +0000
commitd0893cc5dd8bf29995e597f90d5a2873b1167c61 (patch)
tree803731b32163cb2c5627224421430620f1e5b9c0 /gtk/gtkmain.c
parent4d721750872187fdba7bc580d2974cd2436ca742 (diff)
downloadgtk+-d0893cc5dd8bf29995e597f90d5a2873b1167c61.tar.gz
Use g_message() and not g_warning() to display the message that this is a
2000-08-01 Martin Baulig <baulig@suse.de> * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() to display the message that this is a development version of GTK+.
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index a149c9df0f..ae728c81e1 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -450,7 +450,7 @@ gtk_init_check (int *argc,
#ifndef G_OS_WIN32
/* No use warning on Win32, there aren't any non-devel versions anyhow... */
- g_warning ("" "YOU ARE USING THE DEVEL BRANCH 1.3.x OF GTK+ WHICH IS CURRENTLY\n"
+ g_message ("" "YOU ARE USING THE DEVEL BRANCH 1.3.x OF GTK+ WHICH IS CURRENTLY\n"
" UNDER HEAVY DEVELOPMENT AND FREQUENTLY INTRODUCES INSTABILITIES.\n"
" if you don't know why you are getting this, you probably want to\n"
" use the stable branch which can be retrived from\n"