29
29
from bzrlib.plugins.gtk import _i18n
31
31
from dialog import error_dialog, warning_dialog
34
34
class ConflictsDialog(gtk.Dialog):
35
35
""" This dialog displays the list of conflicts. """
36
37
def __init__(self, wt, parent=None):
37
38
""" Initialize the Conflicts dialog. """
38
39
gtk.Dialog.__init__(self, title="Conflicts - Olive",