blob: 5db5c6021c8c9e1d2ff79f787e4f932b448b6f6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/***************************************************************************
copyright : (C) 2003-2006 by Robby Stephenson
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of version 2 of the GNU General Public License as *
* published by the Free Software Foundation; *
* *
***************************************************************************/
#ifndef TELLICO_STRINGS_H
#define TELLICO_STRINGS_H
namespace Tellico {
extern const char* errorLoad;
extern const char* errorWrite;
extern const char* errorUpload;
extern const char* errorAppendType;
extern const char* errorMergeType;
extern const char* errorImageLoad;
}
#endif
|