Author: Rhonda D'Vine <rhonda@debian.org>	vim:ft=diff:
Description: Search for wesnothd-1.14 instead of plain wesnothd

--- a/src/game_launcher.cpp
+++ b/src/game_launcher.cpp
@@ -817,7 +817,7 @@
 {
 	const std::string wesnothd_program =
 		preferences::get_mp_server_program_name().empty() ?
-		filesystem::get_program_invocation("wesnothd") : preferences::get_mp_server_program_name();
+		filesystem::get_program_invocation("wesnothd-1.14") : preferences::get_mp_server_program_name();
 
 	std::string config = filesystem::get_user_config_dir() + "/lan_server.cfg";
 	if (!filesystem::file_exists(config)) {
--- a/src/preferences/display.cpp
+++ b/src/preferences/display.cpp
@@ -150,7 +150,7 @@
 void show_wesnothd_server_search()
 {
 #ifndef _WIN32
-	const std::string filename = "wesnothd";
+	const std::string filename = "wesnothd-1.14";
 #else // _WIN32
 	const std::string filename = "wesnothd.exe";
 #endif
