Default PACAKGE_STRING was incorrect for cueconvert and cueprint.

This commit is contained in:
Svend Sorensen
2006-03-01 19:42:38 +00:00
parent a3149234c1
commit 61e4f0c66e
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
#if HAVE_CONFIG_H
#include "config.h"
#else
#define PACKAGE_STRING "cuebreakpoints"
#define PACKAGE_STRING "cueconvert"
#endif
char *progname;

View File

@@ -15,7 +15,7 @@
#if HAVE_CONFIG_H
#include "config.h"
#else
#define PACKAGE_STRING "cuebreakpoints"
#define PACKAGE_STRING "cueprint"
#endif
/* default templates */