Changeset 4662


Ignore:
Timestamp:
Jan 10, 2010, 8:51:11 PM (14 years ago)
Author:
ronosman
Message:

Bug 1370 fixed : broken watermark selection for color and position.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxFrameAUI.pm

    r4632 r4662  
    559559            $main::WMARK_COLOR => { label     => gettext("Color") },
    560560            $main::GS_WMARK_COLOR => {
    561                 selection => sub { $self->imagelist->watermark_color(@_) },
     561                string_selection => sub { $self->imagelist->watermark_color(@_) },
    562562                choices   => [
    563563                               map { gettext $_ } @{wxTheApp->colors}
     
    567567            $main::WMARK_POSITION => { label     => gettext("Position") },
    568568            $main::GS_WMARK_POSITION => {
    569                 selection => sub { $self->imagelist->watermark_position(@_) },
     569                string_selection => sub { $self->imagelist->watermark_position(@_) },
    570570                choices  => [
    571571                               map { gettext $_ } @{wxTheApp->positions}
Note: See TracChangeset for help on using the changeset viewer.