mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 16:27:42 +00:00
Windows build fixes
This commit is contained in:
@@ -200,7 +200,7 @@ void FileBrowser::okActivated(bool viaButton) {
|
||||
if (!err && !S_ISDIR(theStat.st_mode)) {
|
||||
m_confirmWindow.reset(
|
||||
new MessageWindow(rootView().viewRes(), *this, MessageWindow::Type::ConfirmOkCancel,
|
||||
vm.translate<locale::overwrite_confirm>(path),
|
||||
vm.translate<locale::overwrite_confirm>(hecl::SystemUTF8Conv(path)),
|
||||
[&, path](bool ok) {
|
||||
if (ok) {
|
||||
m_returnFunc(true, path);
|
||||
|
||||
Reference in New Issue
Block a user