diff options
| author | msheby <msheby@cinecert.com> | 2008-03-19 00:21:05 +0000 |
|---|---|---|
| committer | msheby <> | 2008-03-19 00:21:05 +0000 |
| commit | 16de4d4c6de6a350766a040c99fd98a8f22b94b7 (patch) | |
| tree | 2bad951e4926f11c827aeaa6706e6f92b813e1bd /src/wavesplit.cpp | |
| parent | 9349fa7892b5d4ab9cc67ff3139ea40c5bbeec2f (diff) | |
Change PACKAGE to PROGRAM_NAME.
Diffstat (limited to 'src/wavesplit.cpp')
| -rwxr-xr-x | src/wavesplit.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wavesplit.cpp b/src/wavesplit.cpp index f7c94c2..6836d23 100755 --- a/src/wavesplit.cpp +++ b/src/wavesplit.cpp @@ -39,7 +39,7 @@ using namespace ASDCP; // // command line option parser class -static const char* PACKAGE = "wavesplit"; // program name for messages +static const char* PROGRAM_NAME = "wavesplit"; // program name for messages // Macros used to test command option data state. @@ -74,7 +74,7 @@ wavesplit is part of asdcplib.\n\ asdcplib may be copied only under the terms of the license found at\n\ the top of every file in the asdcplib distribution kit.\n\n\ Specify the -h (help) option for further information about %s\n\n", - PACKAGE, ASDCP::Version(), PACKAGE); + PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME); } // @@ -96,7 +96,7 @@ Read/Write Options:\n\ \n\ NOTES: o There is no option grouping, all options must be distinct arguments.\n\ o All option arguments must be separated from the option by whitespace.\n\ -\n", PACKAGE); +\n", PROGRAM_NAME); } // |
