RVUndoStr.h
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef RVUndoStrH
- #define RVUndoStrH
- //---------------------------------------------------------------------------
- #include "RVEdit.hpp"
- const AnsiString RVUndoTypeNamesEn[rvutCustom+1] =
- {
- "", // <- no undo
- "removing", "inserting", "paragraph modification",
- "editing", "page break", "removing page break",
- "typing", "tag modification", "changing text style",
- "inserting checkpoint", "removing checkpoint",
- "editing checkpoint","modifying",
- "" // <- use custom undo name instead
- };
- #endif