themes: fix icon paths in the "Small" theme

This commit is contained in:
Michael Natterer 2015-12-13 13:39:08 +01:00
parent f7d33ac18f
commit 8bdcc2f565
1 changed files with 4 additions and 4 deletions

View File

@ -15,19 +15,19 @@ style "gimp-default-style"
{
stock["gtk-dialog-error"] =
{
{ "../../icons/hicolor/64x64/apps/gimp-error.png", *, *, "gtk-dialog" }
{ "../../icons/Default/hicolor/64x64/apps/gimp-error.png", *, *, "gtk-dialog" }
}
stock["gtk-dialog-info"] =
{
{ "../../icons/hicolor/64x64/apps/gimp-info.png", *, *, "gtk-dialog" }
{ "../../icons/Default/hicolor/64x64/apps/gimp-info.png", *, *, "gtk-dialog" }
}
stock["gtk-dialog-question"] =
{
{ "../../icons/hicolor/64x64/apps/gimp-question.png", *, *, "gtk-dialog" }
{ "../../icons/Default/hicolor/64x64/apps/gimp-question.png", *, *, "gtk-dialog" }
}
stock["gtk-dialog-warning"] =
{
{ "../../icons/hicolor/64x64/apps/gimp-warning.png", *, *, "gtk-dialog" }
{ "../../icons/Default/hicolor/64x64/apps/gimp-warning.png", *, *, "gtk-dialog" }
}
# Uncommenting this line allows to set a different (smaller) font for GIMP.