diff options
| author | dos-reis <gdr@axiomatics.org> | 2013-06-23 04:29:12 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2013-06-23 04:29:12 +0000 |
| commit | d918d0a1f78696fec489c0ad7d581f9707b13df2 (patch) | |
| tree | 31dd7bd8fff52651664aab568fb616dd6f9405fa /src/utils | |
| parent | f18f51d6c959ee88a43166d5e5898ae2e84a49fd (diff) | |
| download | open-axiom-d918d0a1f78696fec489c0ad7d581f9707b13df2.tar.gz | |
Rename the gui interface to open-axiom.
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/command.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/command.cc b/src/utils/command.cc index 58ff52ab..f560f169 100644 --- a/src/utils/command.cc +++ b/src/utils/command.cc @@ -57,7 +57,7 @@ namespace OpenAxiom { "/bin/" OPENAXIOM_GUI_EXECUTABLE #define OPENAXIOM_GUI_EXECUTABLE \ - "gui" OPENAXIOM_EXEEXT + "open-axiom" OPENAXIOM_EXEEXT /* Path to the session manager, relative to OPENAXIOM_ROOT_DIRECTORY, or to the system root directory as specified on command line. */ |
