diff options
Diffstat (limited to 'rc.c')
-rw-r--r-- | rc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: rc.c,v 1.52 2002/10/26 11:19:47 ukai Exp $ */ +/* $Id: rc.c,v 1.53 2002/10/27 16:59:33 ukai Exp $ */ /* * Initialization file etc. */ @@ -67,8 +67,8 @@ static char *config_file = NULL; #define CMT_TSELF "target��̤����ξ���_self����Ѥ���" #define CMT_DISPLINK "�����μ�ưɽ��" #define CMT_DISPLINEINFO "���ߤι��ֹ��ɽ��" -#ifdef USE_IMAGE #define CMT_DISP_IMAGE "����饤�������ɽ��" +#ifdef USE_IMAGE #define CMT_AUTO_IMAGE "����饤�������ư���ɤ߹���" #define CMT_MAX_LOAD_IMAGE "�����ɤ߹����κ���ץ�������" #define CMT_EXT_IMAGE_VIEWER "���������ӥ塼���ɽ��" @@ -210,8 +210,8 @@ static char *config_file = NULL; #define CMT_TSELF "Use _self as default target" #define CMT_DISPLINK "Display link URL automatically" #define CMT_DISPLINEINFO "Display current line number" -#ifdef USE_IMAGE #define CMT_DISP_IMAGE "Display inline images" +#ifdef USE_IMAGE #define CMT_AUTO_IMAGE "Load inline images automatically" #define CMT_MAX_LOAD_IMAGE "Maximum processes for parallel image loading" #define CMT_EXT_IMAGE_VIEWER "Use external image viewer" |