Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 526 → Rev 523

/trunk/language.h
20,9 → 20,6
 
// Attention: Please save this file as UTF-8 without BOM!
 
#ifndef LANGUAGE_H_
#define LANGUAGE_H_
 
#define MSG_PREMIERE_COMPAT_ID 1
#define MSG_PREMIERE_COMPAT_ENUS "This version of Filter Foundry is not compatible with Adobe Premiere!";
#define MSG_PREMIERE_COMPAT_DEDE "Diese Version von Filter Foundry ist mit Adobe Premiere nicht kompatibel!"
256,6 → 253,3
int FF_GetMsg(TCHAR* ret, int MsgId);
TCHAR* FF_GetMsg_Cpy(int MsgId);
void FF_GetMsg_Free(TCHAR* str);
 
#endif