mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) more magnet fixes
This commit is contained in:
@@ -518,7 +518,7 @@ addURLDialog( GtkWindow * parent, TrCore * core )
|
||||
GtkWidget * t;
|
||||
GtkWidget * w;
|
||||
|
||||
w = gtk_dialog_new_with_buttons( _( "Add a URL" ), parent,
|
||||
w = gtk_dialog_new_with_buttons( _( "Add URL" ), parent,
|
||||
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_ADD, GTK_RESPONSE_ACCEPT,
|
||||
|
||||
Reference in New Issue
Block a user