diff --git a/livesupport/modules/widgets/src/WidgetFactory.cxx b/livesupport/modules/widgets/src/WidgetFactory.cxx index 778d2d3f9..310cf5ff9 100644 --- a/livesupport/modules/widgets/src/WidgetFactory.cxx +++ b/livesupport/modules/widgets/src/WidgetFactory.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.25 $ + Version : $Revision: 1.26 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/src/WidgetFactory.cxx,v $ ------------------------------------------------------------------------------*/ @@ -204,13 +204,13 @@ static const std::string masterPlayButtonRollName * The name of the passive image for the master panel pause button. */ static const std::string masterPauseButtonPassiveName - = "imageButton/masterPause.gif"; + = "imageButton/masterPause.png"; /** * The name of the rollover image for the master panel pause button. */ static const std::string masterPauseButtonRollName - = "imageButton/masterPauseRoll.gif"; + = "imageButton/masterPauseRoll.png"; /** * The name of the passive image for the master panel stop button. diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPause.gif b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPause.gif deleted file mode 100644 index b8b358f10..000000000 Binary files a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPause.gif and /dev/null differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPause.png b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPause.png new file mode 100644 index 000000000..910a2a8b9 Binary files /dev/null and b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPause.png differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPauseRoll.gif b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPauseRoll.gif deleted file mode 100644 index b8b358f10..000000000 Binary files a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPauseRoll.gif and /dev/null differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPauseRoll.png b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPauseRoll.png new file mode 100644 index 000000000..8e8d9bccf Binary files /dev/null and b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPauseRoll.png differ