diff options
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 3 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 6351d5ba..f564253a 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -26,8 +26,7 @@ SET (FILES resize.png selection.png slider.png - speech_bubble.png - speech_bubble.xml + speechbubble.xml tab.png tabselected.png target-cursor-blue-l.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index eb4c7365..e78018b7 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -29,7 +29,6 @@ gui_DATA = \ resize.png \ selection.png \ slider.png \ - speech_bubble.png \ speechbubble.xml \ tab.png \ tabselected.png \ |