I18N work for encoding menu (reviewed brade)

This commit is contained in:
clu%netscape.com 1998-09-01 22:15:46 +00:00
Родитель b3d916497c
Коммит ff532edf37
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -248,6 +248,20 @@ void FE_FinishedSave( MWContext * /* pMWContext */, int /* status */, char * /*
{
}
ED_CharsetEncode FE_EncodingDialog( MWContext* pContext )
{
#if 0
switch (HandleModalDialog( EDITDLG_ENCODING, NULL, NULL ))
{
case ED_ENCODE_CANCEL: return ED_ENCODE_CANCEL;
case ED_ENCODE_CHANGE_CHARSET: return ED_ENCODE_CHANGE_CHARSET;
case ED_ENCODE_CHANGE_METATAG: return ED_ENCODE_CHANGE_METATAG;
}
#endif
return ED_ENCODE_CANCEL; // shouldn't get here...
}
// in xp_file.h
// Create a backup filename for renaming current file before saving data
// Input should be be URL file type "file:///..."