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. """
37
36
def __init__(self, wt, parent=None):
38
37
""" Initialize the Conflicts dialog. """
39
38
gtk.Dialog.__init__(self, title="Conflicts - Olive",