gui2: Make dialogs with fs browse buttons use the new browse icon

This commit is contained in:
Ignacio R. Morelle 2016-10-11 01:09:22 -03:00
parent 3d2fd331d3
commit c458e3e180
3 changed files with 3 additions and 3 deletions

View file

@ -122,7 +122,7 @@
[button]
id = "browse"
definition = "action_go"
definition = "action_browse"
label = _ "filesystem^Browse"
tooltip = _ "Browse this location using a file manager"
[/button]

View file

@ -58,7 +58,7 @@
[button]
id = "browse_"+{ID_STEM}
definition = "action_go"
definition = "action_browse"
label = _ "filesystem^Browse"
tooltip = _ "Browse this location using a file manager"
[/button]

View file

@ -45,7 +45,7 @@
[button]
id = "open"
definition = "action_go"
definition = "action_browse"
label = _ "filesystem^Open"
tooltip = _ "Open this file with an external application"
[/button]