gnome-bluetooth r471 - trunk/wizard
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-bluetooth r471 - trunk/wizard
- Date: Tue, 10 Mar 2009 16:32:32 +0000 (UTC)
Author: hadess
Date: Tue Mar 10 16:32:32 2009
New Revision: 471
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=471&view=rev
Log:
Remove Cancel/Close button combo
And fix "passkey options" capitalisation again
Modified:
trunk/wizard/main.c
Modified: trunk/wizard/main.c
==============================================================================
--- trunk/wizard/main.c (original)
+++ trunk/wizard/main.c Tue Mar 10 16:32:32 2009
@@ -592,11 +592,9 @@
oldpin = user_pincode;
user_pincode = NULL;
- dialog = gtk_dialog_new_with_buttons (_("Passkey options"),
+ dialog = gtk_dialog_new_with_buttons (_("Passkey Options"),
GTK_WINDOW (data),
GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR,
- GTK_STOCK_CANCEL,
- GTK_RESPONSE_REJECT,
GTK_STOCK_CLOSE,
GTK_RESPONSE_ACCEPT,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]