parent
6f53844b74
commit
c58f582505
@ -725,7 +725,7 @@ add_custom_target(
|
|||||||
# End generating AboutThisBuild.txt
|
# End generating AboutThisBuild.txt
|
||||||
|
|
||||||
install(FILES AUTHORS.txt DESTINATION "${CREDITSDIR}")
|
install(FILES AUTHORS.txt DESTINATION "${CREDITSDIR}")
|
||||||
install(FILES LICENSE.txt DESTINATION "${LICENCEDIR}")
|
install(FILES LICENSE DESTINATION "${LICENCEDIR}")
|
||||||
install(FILES "${CMAKE_BINARY_DIR}/AboutThisBuild.txt"
|
install(FILES "${CMAKE_BINARY_DIR}/AboutThisBuild.txt"
|
||||||
DESTINATION "${CREDITSDIR}")
|
DESTINATION "${CREDITSDIR}")
|
||||||
install(
|
install(
|
||||||
|
@ -178,7 +178,7 @@ Splash::Splash (Gtk::Window& parent) : Gtk::Dialog(M("GENERAL_ABOUT"), parent, t
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Tab 4: the license
|
// Tab 4: the license
|
||||||
std::string licenseFileName = Glib::build_filename (licensePath, "LICENSE.txt");
|
std::string licenseFileName = Glib::build_filename (licensePath, "LICENSE");
|
||||||
|
|
||||||
if ( Glib::file_test(licenseFileName, (Glib::FILE_TEST_EXISTS)) ) {
|
if ( Glib::file_test(licenseFileName, (Glib::FILE_TEST_EXISTS)) ) {
|
||||||
FILE *f = g_fopen (licenseFileName.c_str (), "rt");
|
FILE *f = g_fopen (licenseFileName.c_str (), "rt");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user