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

version 1.10, 2004/06/20 12:47:57 version 1.11, 2004/06/21 03:18:04
Line 20  enum { Line 20  enum {
         DID_FILTER          DID_FILTER
 };  };
   
 #if !defined(CHARSET_OEM) || defined(OSLANG_SJIS)  #if !defined(RESOURCE_US) && (!defined(CHARSET_OEM) || defined(OSLANG_SJIS))
 static const char str_dirname[] =                               // ファイルの場所  static const char str_dirname[] =                               // ファイルの場所
                         "\203\164\203\100\203\103\203\213\202\314\217\352\217\212";                          "\203\164\203\100\203\103\203\213\202\314\217\352\217\212";
 static const char str_filename[] =                              // ファイル名  static const char str_filename[] =                              // ファイル名
Line 38  static const char str_filetype[] =    // Line 38  static const char str_filetype[] =    //
                         "\245\325\245\241\245\244\245\353\244\316\274\357\316\340";                          "\245\325\245\241\245\244\245\353\244\316\274\357\316\340";
 static const char str_open[] =                                  // 開く  static const char str_open[] =                                  // 開く
                         "\263\253\244\257";                          "\263\253\244\257";
 #elif defined(OSLANG_UTF8)  #elif defined(OSLANG_UTF8) && !defined(RESOURCE_US)
 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";

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


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