diff options
-rwxr-xr-x | src/net_monitor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net_monitor b/src/net_monitor index 8cc0ee2..5651a4d 100755 --- a/src/net_monitor +++ b/src/net_monitor @@ -506,7 +506,7 @@ class MonitorGui: def show_statistics_dialog(self, widget, iface): """Shows statistics dialog""" - dialog = Gtk.Dialog(title=_("Network statistics for %s") % iface, + dialog = Gtk.Dialog("Network statistics for %s" % iface, self.window, 0, (Gtk.STOCK_OK, Gtk.ResponseType.OK) ) |