X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=example%2Fmview.c;h=61aab9265211136779b364524e31a0a9c33d367b;hb=c704252b90f318fd1267eb3e1994ca2c4c011c4f;hp=326b1ad86f14617d4525c89a866d51f0cb658d49;hpb=be15d99720126d4776d0b39ecb7db9dcd7d407a2;p=m17n%2Fm17n-lib.git diff --git a/example/mview.c b/example/mview.c index 326b1ad..61aab92 100644 --- a/example/mview.c +++ b/example/mview.c @@ -1,4 +1,4 @@ -/* mview.c -- File viewer +/* mview.c -- File viewer -*- coding: euc-jp; -*- Copyright (C) 2003, 2004 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -21,13 +21,13 @@ 02111-1307, USA. */ /***en - @enpage mview view file + @enpage m17n-view view file - @section mview-synopsis SYNOPSIS + @section m17n-view-synopsis SYNOPSIS - mview [ XT-OPTION ...] [ OPTION ... ] [ FILE ] + m17n-view [ XT-OPTION ...] [ OPTION ... ] [ FILE ] - @section mview-description DESCRIPTION + @section m17n-view-description DESCRIPTION Display FILE on a window. @@ -59,13 +59,13 @@ */ /***ja - @japage mview ¥Õ¥¡¥¤¥ë¤ò¸«¤ë + @japage m17n-view ¥Õ¥¡¥¤¥ë¤ò¸«¤ë - @section mview-synopsis SYNOPSIS + @section m17n-view-synopsis SYNOPSIS - mview [ XT-OPTION ...] [ OPTION ... ] [ FILE ] + m17n-view [ XT-OPTION ...] [ OPTION ... ] [ FILE ] - @section mview-description DESCRIPTION + @section m17n-view-description DESCRIPTION FILE ¤ò¥¦¥£¥ó¥É¥¦¤Ëɽ¼¨¤¹¤ë¡£ @@ -275,7 +275,7 @@ main (int argc, char **argv) /* Open an application context. */ XtSetLanguageProc (NULL, NULL, NULL); - shell = XtOpenApplication (&context, "MView", NULL, 0, &argc, argv, NULL, + shell = XtOpenApplication (&context, "M17NView", NULL, 0, &argc, argv, NULL, sessionShellWidgetClass, NULL, 0); XtAppAddActions (context, actions, XtNumber (actions)); @@ -287,7 +287,7 @@ main (int argc, char **argv) help_exit (argv[0], 0); else if (! strcmp (argv[i], "--version")) { - printf ("mview (m17n library) %s\n", VERSION); + printf ("m17n-view (m17n library) %s\n", VERSION); printf ("Copyright (C) 2003 AIST, JAPAN\n"); exit (0); }