📄 global.h
字号:
/************************************************************************* * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * *************************************************************************/#ifndef _LIBSMTP_GLOBAL_H__#define _LIBSMTP_GLOBAL_H__#define LIBSMTP_VERSION "0.1"#define LIBSMTP_I18N_1(s1) I18N::i18n("libsmtp++",s1)#define LIBSMTP_I18N_2(s1,s2) I18N::i18n("libsmtp++",s1,s2)#define LIBSMTP_I18N_3(s1,s2,s3) I18N::i18n("libsmtp++",s1,s2,s3)#define LIBSMTP_I18N_4(s1,s2,s3,s4) I18N::i18n("libsmtp++",s1,s2,s3,s4)#define LIBSMTP_I18N_5(s1,s2,s3,s4,s5) I18N::i18n("libsmtp++",s1, s2,s3,s4,s5)#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -