Don't use computeroutput tag

There was one occurrence of this.
This commit is contained in:
Matthias Clasen 2014-02-01 12:09:14 -05:00
parent 42cf80780b
commit faa007c827

View File

@ -96,7 +96,7 @@ volatile gboolean glib_on_error_halt = TRUE;
* gdk_init() or gtk_init() has been called)
*
* Prompts the user with
* <computeroutput>[E]xit, [H]alt, show [S]tack trace or [P]roceed</computeroutput>.
* <literal>[E]xit, [H]alt, show [S]tack trace or [P]roceed</literal>.
* This function is intended to be used for debugging use only.
* The following example shows how it can be used together with
* the g_log() functions.