mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-13 04:55:18 -05:00
Update libs.
This commit is contained in:
@@ -180,7 +180,7 @@ void SettingsState::change_working_directory()
|
||||
}
|
||||
|
||||
const std::string newPathString = newPath.string();
|
||||
const std::string popMessage = stringutil::get_formatted_string(popSuccessFormat, newPathString);
|
||||
const std::string popMessage = stringutil::get_formatted_string(popSuccessFormat, newPathString.c_str());
|
||||
ui::PopMessageManager::push_message(popTicks, popMessage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user