aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v320/v320b2.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2019-05-24 14:52:56 +0200
committerJakub Senko <jakubsenko@gmail.com>2019-06-08 20:03:51 +0200
commit79d033082e7cf1f369ec47eae4e381801ccb70a9 (patch)
tree8c8a3ae87db59f0d20fb1326135045fa28096d43 /phpBB/phpbb/db/migration/data/v320/v320b2.php
parentf6beabc59354a7b872039403574f8ceb44b6d325 (diff)
downloadforums-79d033082e7cf1f369ec47eae4e381801ccb70a9.tar
forums-79d033082e7cf1f369ec47eae4e381801ccb70a9.tar.gz
forums-79d033082e7cf1f369ec47eae4e381801ccb70a9.tar.bz2
forums-79d033082e7cf1f369ec47eae4e381801ccb70a9.tar.xz
forums-79d033082e7cf1f369ec47eae4e381801ccb70a9.zip
[ticket/16047] Improve wording for PM permissions
PHPBB3-16047
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v320/v320b2.php')
0 files changed, 0 insertions, 0 deletions
eau <gc@mandriva.com>2003-09-23 14:43:57 +0000 committerGuillaume Cottenceau <gc@mandriva.com>2003-09-23 14:43:57 +0000 commite41742b093fdb26bcae87e9d5b30d4d7bca93ea9 (patch) treea4ebe18cd8e3f5e74c97d8a9370b01c1fcd847d0 /perl-install/ugtk2.pm parentde6952d94ed0ce14c0ea95fa4fa7b590681d8e2b (diff)downloaddrakx-e41742b093fdb26bcae87e9d5b30d4d7bca93ea9.tar
drakx-e41742b093fdb26bcae87e9d5b30d4d7bca93ea9.tar.gz
drakx-e41742b093fdb26bcae87e9d5b30d4d7bca93ea9.tar.bz2
drakx-e41742b093fdb26bcae87e9d5b30d4d7bca93ea9.tar.xz
drakx-e41742b093fdb26bcae87e9d5b30d4d7bca93ea9.zip
mnemonics by default suck bigtime!
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 3ef09e956..b47739413 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -146,7 +146,7 @@ sub gtksetstyle {
sub gtkradio {
my $def = shift;
my $radio;
- map { gtkset_active($radio = Gtk2::RadioButton->new($radio ? $radio->get_group : undef, $_), $_ eq $def) } @_;
+ map { gtkset_active($radio = Gtk2::RadioButton->new_with_label($radio ? $radio->get_group : undef, $_), $_ eq $def) } @_;
}
sub gtkroot() {