summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-03 15:44:46 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-03 15:44:46 +0000
commitc4eb1a87d94f480808a128276c288320ef192ec9 (patch)
tree19233ce18d04815a2b8dcbcd001296f67e1b67ef /perl-install/ugtk2.pm
parenta5d9ca067698f95048816336687087c4b45bbb8d (diff)
downloaddrakx-c4eb1a87d94f480808a128276c288320ef192ec9.tar
drakx-c4eb1a87d94f480808a128276c288320ef192ec9.tar.gz
drakx-c4eb1a87d94f480808a128276c288320ef192ec9.tar.bz2
drakx-c4eb1a87d94f480808a128276c288320ef192ec9.tar.xz
drakx-c4eb1a87d94f480808a128276c288320ef192ec9.zip
(ask_browse_tree_info) explain
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index ba2bb9855..112a7e501 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -935,6 +935,7 @@ sub ask_browse_tree_info {
]));
gtkpack__($box2, gtknew(($::isInstall ? 'Install_Button' : 'Button'), text => N("Help"), clicked => sub {
+ # will be a little small in standalone mode:
if (defined $::o) {
$::o->ask_warn(N("Help"), $common->{interactive_help}->());
} else {