Oops. I was a bit too hasty and also changed applet_name.

This commit is contained in:
Eric Andersen 2001-04-30 18:18:02 +00:00
parent 8a633268ef
commit 0e9aef36fa
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ enum {
FILEUTILS_INTERACTIVE = 16
};
extern const char * const applet_name;
extern const char *applet_name;
extern const char * const full_version;
extern const char * const name_too_long;
extern const char * const omitting_directory;

View File

@ -269,7 +269,7 @@ enum {
FILEUTILS_INTERACTIVE = 16
};
extern const char * const applet_name;
extern const char *applet_name;
extern const char * const full_version;
extern const char * const name_too_long;
extern const char * const omitting_directory;