Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4281 by doda, Wed Jan 19 00:24:01 2011 UTC revision 4393 by yutakapon, Fri Mar 25 12:04:41 2011 UTC
# Line 922  void FAR PASCAL ReadIniFile(PCHAR FName, Line 922  void FAR PASCAL ReadIniFile(PCHAR FName,
922          GetPrivateProfileString(Section, "PassThruPort", "",          GetPrivateProfileString(Section, "PassThruPort", "",
923                                  ts->PrnDev, sizeof(ts->PrnDev), FName);                                  ts->PrnDev, sizeof(ts->PrnDev), FName);
924    
925            /* プリンタ用制御コードを無視するかどうか */
926            ts->IgnorePrinterCtrl = GetOnOff(Section, "IgnorePrinterCtrl", FName, FALSE);
927    
928          /* Printer Font --- special option */          /* Printer Font --- special option */
929          GetPrivateProfileString(Section, "PrnFont", "",          GetPrivateProfileString(Section, "PrnFont", "",
930                                  Temp, sizeof(Temp), FName);                                  Temp, sizeof(Temp), FName);
# Line 2105  void FAR PASCAL WriteIniFile(PCHAR FName Line 2108  void FAR PASCAL WriteIniFile(PCHAR FName
2108          /*   -- special option */          /*   -- special option */
2109          WritePrivateProfileString(Section, "PassThruPort", ts->PrnDev, FName);          WritePrivateProfileString(Section, "PassThruPort", ts->PrnDev, FName);
2110    
2111            /* プリンタ用制御コードを無視するかどうか */
2112            WriteOnOff(Section, "IgnorePrinterCtrl", FName, ts->IgnorePrinterCtrl);
2113    
2114          /* Printer Font --- special option */          /* Printer Font --- special option */
2115          WriteFont(Section, "PrnFont", FName,          WriteFont(Section, "PrnFont", FName,
2116                    ts->PrnFont, ts->PrnFontSize.x, ts->PrnFontSize.y,                    ts->PrnFont, ts->PrnFontSize.x, ts->PrnFontSize.y,

Legend:
Removed from v.4281  
changed lines
  Added in v.4393

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26