Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 542 → Rev 543

/trunk/language.h
22,7 → 22,7
#define LANGUAGE_H_
 
// Attention: Please save this file as UTF-8 without BOM!
// Also, if you extend this, please also extend language_win.rc!
// Also, if you extend this, please also extend language_win.rc and language_mac.r!
 
#define MSG_PREMIERE_COMPAT_ID 1
#define MSG_PREMIERE_COMPAT_ENUS "This version of Filter Foundry is not compatible with Adobe Premiere!";
/trunk/language_mac.r
95,6 → 95,9
MSG_ABOUT_BY_ENUS,
MSG_ABOUT_BUILT_USING_ENUS,
MSG_ABOUT_LATEST_VERSION_FROM_ENUS,
MSG_ABOUT_CONTACT_AUTHOR_ENUS
MSG_ABOUT_CONTACT_AUTHOR_ENUS,
MSG_OPEN_GUF_ENUS,
MSG_SAVE_GUF_ENUS,
MSG_INCOMPATIBLE_GUF_FILE_ENUS
}
}