2003-08-19 Tor Lillqvist <tml@iki.fi>
* glib/gmessages.c (g_logv): [Win32] Make the fatal error message
box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
to get a nice stop-sign icon.
+2003-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * glib/gmessages.c (g_logv): [Win32] Make the fatal error message
+ box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
+ to get a nice stop-sign icon.
+
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
+2003-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * glib/gmessages.c (g_logv): [Win32] Make the fatal error message
+ box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
+ to get a nice stop-sign icon.
+
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
+2003-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * glib/gmessages.c (g_logv): [Win32] Make the fatal error message
+ box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
+ to get a nice stop-sign icon.
+
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
+2003-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * glib/gmessages.c (g_logv): [Win32] Make the fatal error message
+ box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
+ to get a nice stop-sign icon.
+
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
+2003-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * glib/gmessages.c (g_logv): [Win32] Make the fatal error message
+ box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
+ to get a nice stop-sign icon.
+
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
+2003-08-19 Tor Lillqvist <tml@iki.fi>
+
+ * glib/gmessages.c (g_logv): [Win32] Make the fatal error message
+ box easier to notice with MB_SETFOREGROUND. Also use MB_ICONERROR
+ to get a nice stop-sign icon.
+
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
#ifdef G_OS_WIN32
gchar *locale_msg = g_locale_from_utf8 (fatal_msg_buf, -1, NULL, NULL, NULL);
#ifdef G_OS_WIN32
gchar *locale_msg = g_locale_from_utf8 (fatal_msg_buf, -1, NULL, NULL, NULL);
- MessageBox (NULL, locale_msg, NULL, MB_OK);
+ MessageBox (NULL, locale_msg, NULL,
+ MB_ICONERROR|MB_SETFOREGROUND);
#endif
#if defined (G_ENABLE_DEBUG) && (defined (SIGTRAP) || defined (G_OS_WIN32))
if (!(test_level & G_LOG_FLAG_RECURSION))
#endif
#if defined (G_ENABLE_DEBUG) && (defined (SIGTRAP) || defined (G_OS_WIN32))
if (!(test_level & G_LOG_FLAG_RECURSION))