Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Mar 16, 2018
1 parent 267510e commit 05da076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/dialogs/screenshot_notification.cpp
Expand Up @@ -130,7 +130,7 @@ void screenshot_notification::save_screenshot()
if(!res) {
gui2::show_error_message(
translation::dsgettext("wesnoth", "Screenshot creation failed.\n\n"
"Make sure there is enough space on the drive holding Wesnoth’s player resource files and that file permissions are set up correctly."));
"Make sure there is enough space on the drive holding Wesnoth’s player resource files and that file permissions are set up correctly."));
} else {
path_box.set_active(false);
find_widget<button>(&window, "open", false).set_active(true);
Expand Down
2 changes: 1 addition & 1 deletion src/tests/gui/test_gui2.cpp
Expand Up @@ -984,7 +984,7 @@ struct dialog_tester<screenshot_notification>
{
screenshot_notification* create()
{
return new screenshot_notification("path");
return new screenshot_notification("path", nullptr);
}
};

Expand Down

0 comments on commit 05da076

Please sign in to comment.