spelling fix

This commit is contained in:
Jonathan Blandford 2003-08-05 22:47:57 +00:00
parent fe218f6cd1
commit 1080ad3227

View file

@ -736,7 +736,7 @@ main (int argc, char *argv[])
XRRQueryVersion (xdisplay, &major, &minor) == 0) XRRQueryVersion (xdisplay, &major, &minor) == 0)
{ {
GtkWidget *msg_dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, GtkWidget *msg_dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
_("The XServer does not support the XRandR extenstion. Runtime resolution changes to the display size are not available.")); _("The XServer does not support the XRandR extension. Runtime resolution changes to the display size are not available."));
gtk_dialog_run (GTK_DIALOG (msg_dialog)); gtk_dialog_run (GTK_DIALOG (msg_dialog));
gtk_widget_destroy (msg_dialog); gtk_widget_destroy (msg_dialog);
exit (0); exit (0);