aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.c b/rc.c
index ee51f80..2df1942 100644
--- a/rc.c
+++ b/rc.c
@@ -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"