emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32fns.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Fri, 09 Dec 2005 14:29:58 -0500

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.258 emacs/src/w32fns.c:1.259
*** emacs/src/w32fns.c:1.258    Fri Dec  2 18:31:50 2005
--- emacs/src/w32fns.c  Fri Dec  9 19:29:58 2005
***************
*** 8939,8946 ****
    button = MessageBox (NULL,
                       "A fatal error has occurred!\n\n"
                       "Would you like to attach a debugger?\n\n"
!                      "Select YES to debug, NO to abort Emacs",
!                      "Emacs Abort Dialog",
                       MB_ICONEXCLAMATION | MB_TASKMODAL
                       | MB_SETFOREGROUND | MB_YESNO);
    switch (button)
--- 8939,8950 ----
    button = MessageBox (NULL,
                       "A fatal error has occurred!\n\n"
                       "Would you like to attach a debugger?\n\n"
!                      "Select YES to debug, NO to abort Emacs"
! #if __GNUC__
!                      "\n\n(type \"gdb -p <emacs-PID>\" and\n"
!                      "\"continue\" inside GDB before clicking YES.)"
! #endif
!                      , "Emacs Abort Dialog",
                       MB_ICONEXCLAMATION | MB_TASKMODAL
                       | MB_SETFOREGROUND | MB_YESNO);
    switch (button)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]