summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive/gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive/gtk.pm')
-rw-r--r--perl-install/interactive/gtk.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm
index 90c2d4e48..adfc66ac7 100644
--- a/perl-install/interactive/gtk.pm
+++ b/perl-install/interactive/gtk.pm
@@ -751,4 +751,12 @@ sub kill {
$o->{before_killing} = @interactive::objects;
}
+sub ok {
+ 'gtk-ok'
+}
+
+sub cancel {
+ 'gtk-cancel'
+}
+
1;