Skip to content

Commit

Permalink
gui2: Make dialogs with fs browse buttons use the new browse icon
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Oct 11, 2016
1 parent 3d2fd33 commit c458e3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/gui/window/game_cache_options.cfg
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/game_version.cfg
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/window/screenshot_notification.cfg
Expand Up @@ -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]
Expand Down

0 comments on commit c458e3e

Please sign in to comment.