We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c676e commit ef5b00dCopy full SHA for ef5b00d
appimageupdategui/main.vala
@@ -20,7 +20,7 @@ static void on_open_clicked() {
20
var file_chooser = new FileChooserDialog ("Open File", window_main,
21
FileChooserAction.OPEN,
22
"gtk-cancel", ResponseType.CANCEL,
23
- "gtk-ok", ResponseType.ACCEPT);
+ "gtk-open", ResponseType.ACCEPT);
24
FileFilter filter = new FileFilter ();
25
file_chooser.set_filter (filter);
26
filter.add_pattern("*.AppImage");
0 commit comments