Skip to content

Commit

Permalink
fix forgotten --save parameter in nfd_zenity.c
Browse files Browse the repository at this point in the history
  • Loading branch information
wheybags committed Sep 24, 2017
1 parent 98149e6 commit 9030952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nfd_zenity.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ nfdresult_t NFD_SaveDialog( const nfdchar_t *filterList,
command[0] = strdup("zenity");
command[1] = strdup("--file-selection");
command[2] = strdup("--title=Save File");
command[3] = strdup("--save");

char* stdOut = NULL;
nfdresult_t result = ZenityCommon(command, commandLen, defaultPath, filterList, &stdOut);
Expand Down

0 comments on commit 9030952

Please sign in to comment.