Skip to content

Commit

Permalink
Use SetList for ShowSaveDialog, too
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Nov 14, 2012
1 parent 3efe029 commit 4d33e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appshell/appshell_extensions.cpp
Expand Up @@ -158,7 +158,7 @@ class ProcessMessageDelegate : public ClientHandler::ProcessMessageDelegate {
}

// Set response args for this function
responseArgs->SetString(2, selectedFile);
responseArgs->SetList(2, selectedFile);
} else if (message_name == "ReadDir") {
// Parameters:
// 0: int32 - callback id
Expand Down

0 comments on commit 4d33e44

Please sign in to comment.