Changeset 4662 for extensions/pLoader
- Timestamp:
- Jan 10, 2010, 8:51:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/pLoader/trunk/src/Uploader/GUI/wxFrameAUI.pm
r4632 r4662 559 559 $main::WMARK_COLOR => { label => gettext("Color") }, 560 560 $main::GS_WMARK_COLOR => { 561 s election => sub { $self->imagelist->watermark_color(@_) },561 string_selection => sub { $self->imagelist->watermark_color(@_) }, 562 562 choices => [ 563 563 map { gettext $_ } @{wxTheApp->colors} … … 567 567 $main::WMARK_POSITION => { label => gettext("Position") }, 568 568 $main::GS_WMARK_POSITION => { 569 s election => sub { $self->imagelist->watermark_position(@_) },569 string_selection => sub { $self->imagelist->watermark_position(@_) }, 570 570 choices => [ 571 571 map { gettext $_ } @{wxTheApp->positions}
Note: See TracChangeset
for help on using the changeset viewer.