mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
use program name to define Livetrax
This commit is contained in:
parent
0549c09aa8
commit
77c93aad66
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ int main (int argc, char *argv[])
|
|||
ARDOUR::Profile->set_mixbus ();
|
||||
}
|
||||
|
||||
if (g_getenv ("LIVETRAX")) {
|
||||
if (!strcmp (PROGRAM_NAME, X_("Livetrax"))) {
|
||||
ARDOUR::Profile->set_livetrax ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue