Kaydet (Commit) 39c9ef39 authored tarafından Caolán McNamara's avatar Caolán McNamara

map some more stock images

Change-Id: I19fbc2062b2857e194d5850f2febea514fde50d9
üst a74aef35
......@@ -48,6 +48,10 @@ namespace
eRet = SYMBOL_NEXT;
else if (sType == "gtk-media-previous")
eRet = SYMBOL_PREV;
else if (sType == "gtk-goto-first")
eRet = SYMBOL_FIRST;
else if (sType == "gtk-goto-last")
eRet = SYMBOL_LAST;
else if (sType == "gtk-go-back")
eRet = SYMBOL_ARROW_LEFT;
else if (sType == "gtk-go-forward")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment