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 #if HAVE_CONFIG_H
#include "config.h" #include "config.h"
#else #else
#define PACKAGE_STRING "cuebreakpoints" #define PACKAGE_STRING "cueconvert"
#endif #endif
char *progname; char *progname;

View File

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