mini-look for buttons in file selector dialog.

This commit is contained in:
David Capello 2010-03-21 23:19:05 -03:00
parent 3f1cad8505
commit af8535d612

View File

@ -157,6 +157,10 @@ jstring ase_file_selector(const jstring& message,
add_gfxicon_to_button(goforward, GFX_ARROW_RIGHT, JI_CENTER | JI_MIDDLE);
add_gfxicon_to_button(goup, GFX_ARROW_UP, JI_CENTER | JI_MIDDLE);
setup_mini_look(goback);
setup_mini_look(goforward);
setup_mini_look(goup);
jbutton_add_command(goback, goback_command);
jbutton_add_command(goforward, goforward_command);
jbutton_add_command(goup, goup_command);