gui2: Make dialogs with fs browse buttons use the new browse icon
This commit is contained in:
parent
3d2fd331d3
commit
c458e3e180
3 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue