| 1298 |
ts->DisableAcceleratorDuplicateSession = |
ts->DisableAcceleratorDuplicateSession = |
| 1299 |
GetOnOff(Section, "DisableAcceleratorDuplicateSession", FName, FALSE); |
GetOnOff(Section, "DisableAcceleratorDuplicateSession", FName, FALSE); |
| 1300 |
|
|
| 1301 |
|
// added DisableMenuDuplicateSession (2010.8.3 maya) |
| 1302 |
|
ts->DisableMenuDuplicateSession = |
| 1303 |
|
GetOnOff(Section, "DisableMenuDuplicateSession", FName, FALSE); |
| 1304 |
|
|
| 1305 |
// added PasteDelayPerLine (2009.4.12 maya) |
// added PasteDelayPerLine (2009.4.12 maya) |
| 1306 |
ts->PasteDelayPerLine = |
ts->PasteDelayPerLine = |
| 1307 |
GetPrivateProfileInt(Section, "PasteDelayPerLine", 10, FName); |
GetPrivateProfileInt(Section, "PasteDelayPerLine", 10, FName); |
| 2310 |
WriteOnOff(Section, "DisableAcceleratorDuplicateSession", FName, |
WriteOnOff(Section, "DisableAcceleratorDuplicateSession", FName, |
| 2311 |
ts->DisableAcceleratorDuplicateSession); |
ts->DisableAcceleratorDuplicateSession); |
| 2312 |
|
|
| 2313 |
|
// DisableMenuDuplicateSession |
| 2314 |
|
WriteOnOff(Section, "DisableMenuDuplicateSession", FName, |
| 2315 |
|
ts->DisableMenuDuplicateSession); |
| 2316 |
|
|
| 2317 |
// added PasteDelayPerLine (2009.4.12 maya) |
// added PasteDelayPerLine (2009.4.12 maya) |
| 2318 |
WriteInt(Section, "PasteDelayPerLine", FName, |
WriteInt(Section, "PasteDelayPerLine", FName, |
| 2319 |
ts->PasteDelayPerLine); |
ts->PasteDelayPerLine); |