summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/fab/images/notes.gifbin908 -> 0 bytes
-rw-r--r--themes/fab/images/notes.pngbin0 -> 975 bytes
-rw-r--r--themes/fab/theme.php4
3 files changed, 2 insertions, 2 deletions
diff --git a/themes/fab/images/notes.gif b/themes/fab/images/notes.gif
deleted file mode 100644
index 5c5a2b8879..0000000000
--- a/themes/fab/images/notes.gif
+++ /dev/null
Binary files differ
diff --git a/themes/fab/images/notes.png b/themes/fab/images/notes.png
new file mode 100644
index 0000000000..6d9608d1c3
--- /dev/null
+++ b/themes/fab/images/notes.png
Binary files differ
diff --git a/themes/fab/theme.php b/themes/fab/theme.php
index 0af89c22d6..f06b279748 100644
--- a/themes/fab/theme.php
+++ b/themes/fab/theme.php
@@ -80,7 +80,7 @@ $WT_IMAGES=array(
'menu_research'=>WT_THEME_DIR.'images/menu_research.gif',
'menu_source'=>WT_THEME_DIR.'images/source.gif',
'mypage'=>WT_THEME_DIR.'images/mypage.gif',
- 'notes'=>WT_THEME_DIR.'images/notes.gif',
+ 'notes'=>WT_THEME_DIR.'images/notes.png',
'patriarch'=>WT_THEME_DIR.'images/patriarch.gif',
'pedigree'=>WT_THEME_DIR.'images/pedigree.gif',
'place'=>WT_THEME_DIR.'images/place.gif',
@@ -143,7 +143,7 @@ $WT_IMAGES=array(
'lsdnarrow'=>WT_THEME_DIR.'images/lsdnarrow.gif',
'lsuparrow'=>WT_THEME_DIR.'images/lsuparrow.gif',
'minus'=>WT_THEME_DIR.'images/minus.gif',
- 'note'=>WT_THEME_DIR.'images/notes.gif',
+ 'note'=>WT_THEME_DIR.'images/notes.png',
'pin-in'=>WT_THEME_DIR.'images/pin-in.png',
'pin-out'=>WT_THEME_DIR.'images/pin-out.png',
'plus'=>WT_THEME_DIR.'images/plus.gif',