diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2002-01-19 07:28:56 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-19 07:28:56 +0000 |
commit | 4661db56aece550a1089af1d9b5f72a43eb02b55 (patch) | |
tree | e113bb7ebe2bc5be1b04524466611bcf785ea153 /modules | |
parent | 465dfdf2ec6d44756ef32cc9981ca172af66f88f (diff) | |
download | gtk+-4661db56aece550a1089af1d9b5f72a43eb02b55.tar.gz |
fix image file names
Diffstat (limited to 'modules')
-rw-r--r-- | modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc b/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc index 58cc6310c5..2d621e0d67 100644 --- a/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc +++ b/modules/engines/pixbuf/examples/bubble/gtk-2.0/gtkrc @@ -3,9 +3,9 @@ style "default" fg[NORMAL] = "#ffffff" fg[PRELIGHT] = "#ffffff" bg_pixmap[NORMAL] = "triangle_background.png" -# bg_pixmap[NORMAL] = "bc.xpm" - bg_pixmap[PRELIGHT] = "bc-light.xpm" - bg_pixmap[ACTIVE] = "bc-dark.xpm" bg_pixmap[INSENSITIVE] = "bc.xpm" +# bg_pixmap[NORMAL] = "bc.png" + bg_pixmap[PRELIGHT] = "bc-light.png" + bg_pixmap[ACTIVE] = "bc-dark.png" bg_pixmap[INSENSITIVE] = "bc.png" } class "GtkWidget" style "default" |