diff --git a/src/Icons/slow.gif b/src/Icons/slow.gif
deleted file mode 100644
index ea3250f6e..000000000
Binary files a/src/Icons/slow.gif and /dev/null differ
diff --git a/src/Icons/slow.png b/src/Icons/slow.png
new file mode 100644
index 000000000..84eed0980
Binary files /dev/null and b/src/Icons/slow.png differ
diff --git a/src/Icons/slow_off.gif b/src/Icons/slow_off.gif
deleted file mode 100644
index 9e9fdcbe7..000000000
Binary files a/src/Icons/slow_off.gif and /dev/null differ
diff --git a/src/Icons/slow_off.png b/src/Icons/slow_off.png
new file mode 100644
index 000000000..428f76e35
Binary files /dev/null and b/src/Icons/slow_off.png differ
diff --git a/src/icons.qrc b/src/icons.qrc
index 079afa547..f62f60e64 100644
--- a/src/icons.qrc
+++ b/src/icons.qrc
@@ -6,12 +6,12 @@
Icons/url.png
Icons/locale.png
Icons/loading.png
- Icons/slow_off.gif
+ Icons/slow.png
Icons/magnet.png
Icons/sphere.png
+ Icons/slow_off.png
Icons/uparrow.png
Icons/rss16.png
- Icons/slow.gif
Icons/skin/checkingUP.png
Icons/skin/bg-handle-horizontal.gif
Icons/skin/play.png
diff --git a/src/statusbar.h b/src/statusbar.h
index f90873696..c78949300 100644
--- a/src/statusbar.h
+++ b/src/statusbar.h
@@ -190,10 +190,10 @@ public slots:
void updateAltSpeedsBtn(bool alternative) {
if(alternative) {
- altSpeedsBtn->setIcon(QIcon(":/Icons/slow.gif"));
+ altSpeedsBtn->setIcon(QIcon(":/Icons/slow.png"));
altSpeedsBtn->setToolTip(tr("Click to disable alternative speed limits"));
} else {
- altSpeedsBtn->setIcon(QIcon(":/Icons/slow_off.gif"));
+ altSpeedsBtn->setIcon(QIcon(":/Icons/slow_off.png"));
altSpeedsBtn->setToolTip(tr("Click to enable alternative speed limits"));
}
}
diff --git a/src/ui/options.ui b/src/ui/options.ui
index 7f592ba3b..f20487216 100644
--- a/src/ui/options.ui
+++ b/src/ui/options.ui
@@ -1478,6 +1478,16 @@ QGroupBox {
+ -
+
+
+
+
+
+ :/Icons/slow_off.png
+
+
+
-
@@ -1588,7 +1598,7 @@ QGroupBox {
- :/Icons/slow.gif
+ :/Icons/slow.png
false