Diff for /np2/embed/menu/filesel.c between versions 1.9 and 1.10

version 1.9, 2004/06/20 02:57:47 version 1.10, 2004/06/20 12:47:57
Line 41  static const char str_open[] =     // 開 Line 41  static const char str_open[] =     // 開
 #elif defined(OSLANG_UTF8)  #elif defined(OSLANG_UTF8)
 static const char str_dirname[] =                               // ファイルの場所  static const char str_dirname[] =                               // ファイルの場所
                         "\343\203\225\343\202\241\343\202\244\343\203\253\343\201\256" \                          "\343\203\225\343\202\241\343\202\244\343\203\253\343\201\256" \
                         "345\240\264\346\211\200";                          "\345\240\264\346\211\200";
 static const char str_filename[] =                              // ファイル名  static const char str_filename[] =                              // ファイル名
                         "\343\203\225\343\202\241\343\202\244\343\203\253\345\220\215";                          "\343\203\225\343\202\241\343\202\244\343\203\253\345\220\215";
 static const char str_filetype[] =                              // ファイルの種類  static const char str_filetype[] =                              // ファイルの種類

Removed from v.1.9  
changed lines
  Added in v.1.10


RetroPC.NET-CVS <cvs@retropc.net>