summaryrefslogtreecommitdiff
path: root/muse2/muse/icons.cpp
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-11-28 09:37:24 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-11-28 09:37:24 +0000
commitbb4dd6f24e8fe6de5e997497feacb0d6e8e9c465 (patch)
tree5fbbf6604f04dfb05d4cf93a3fb7c9ca69703c2f /muse2/muse/icons.cpp
parent6cf16f9407a7c503f69a07db0a82365b6d17338a (diff)
ported ctrlpanel
Diffstat (limited to 'muse2/muse/icons.cpp')
-rw-r--r--muse2/muse/icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/icons.cpp b/muse2/muse/icons.cpp
index 7e93d037..d89977c2 100644
--- a/muse2/muse/icons.cpp
+++ b/muse2/muse/icons.cpp
@@ -451,7 +451,7 @@ void initIcons()
{
track_commentIcon = new MPIXMAP(track_comment_xpm, NULL);
pointerIcon = new MPIXMAP(pointer_xpm, NULL);
- pencilIcon = new MPIXMAP(pencil_xpm, "pen");
+ pencilIcon = new MPIXMAP(pencil_xpm, NULL);
deleteIcon = new MPIXMAP(delete_xpm, "draw-eraser");
punchinIcon = new MPIXMAP(punchin_xpm, NULL);
punchoutIcon = new MPIXMAP(punchout_xpm, NULL);