mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 13:15:41 +00:00
gui2: Make dialogs with fs browse buttons use the new browse icon
This commit is contained in:
parent
3d2fd331d3
commit
c458e3e180
@ -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…
x
Reference in New Issue
Block a user