diff options
author | David Tardon <dtardon@redhat.com> | 2012-08-15 10:53:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-17 14:42:51 +0200 |
commit | 49e6bf7c969ba55207aa71faf3d324929571b1b9 (patch) | |
tree | d510385d2b8ea6e419f1e1defae3752e1a3f73e7 /slideshow | |
parent | e03553ab7515b60851dfca2c16a2fcae7a49f441 (diff) |
fix copypasta
Change-Id: Iaf0ef140ac60088bce95d82f8b09e4e218e12dab
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/transitions/slidetransitionfactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/transitions/slidetransitionfactory.cxx b/slideshow/source/engine/transitions/slidetransitionfactory.cxx index f61a5dac021e..4be7f1cc52ce 100644 --- a/slideshow/source/engine/transitions/slidetransitionfactory.cxx +++ b/slideshow/source/engine/transitions/slidetransitionfactory.cxx @@ -547,7 +547,7 @@ void CutSlideChange::performOut( "CutSlideChange::performOut(): Invalid sprite" ); ENSURE_OR_THROW( rDestinationCanvas, - "FadingSlideChange::performOut(): Invalid dest canvas" ); + "CutSlideChange::performOut(): Invalid dest canvas" ); // Until 1/3rd of the active time, display old slide. rSprite->setAlpha( t > 1/3.0 ? 0.0 : 1.0 ); |