diff --git a/meson.build b/meson.build index 50f314f..9d9d960 100644 --- a/meson.build +++ b/meson.build @@ -60,7 +60,7 @@ if fluid.found() and fltkdep.found() command : [fluid, '-c', '-h', '@OUTPUT@', '@INPUT@'], ) - executable('non-session-manager', + executable('new-session-manager', sources: ['src/session-manager.cpp', 'src/debug.cpp', 'src/Endpoint.cpp', 'src/Thread.cpp', 'src/FL/Fl_Scalepack.C'], dependencies: [fltkdep, liblodep, threaddep], install: true, diff --git a/src/session-manager.cpp b/src/session-manager.cpp index 6ccccb4..0f64bc5 100644 --- a/src/session-manager.cpp +++ b/src/session-manager.cpp @@ -50,8 +50,8 @@ #include #include -#define APP_NAME "Non-Session-Manager" -#define APP_TITLE "Non Session Manager" +#define APP_NAME "New-Session-Manager" +#define APP_TITLE "New Session Manager" // static lo_address nsm_addr = NULL; static time_t last_ping_response;