* @brief Saves right-side file with name asked */
| 1387 | * @brief Saves right-side file with name asked |
| 1388 | */ |
| 1389 | void CMergeDoc::OnFileSaveAsRight() |
| 1390 | { |
| 1391 | bool bSaveResult = false; |
| 1392 | DoSaveAs(m_filePaths.GetRight().c_str(), bSaveResult, m_nBuffers - 1); |
| 1393 | } |
| 1394 | |
| 1395 | /** |
| 1396 | * @brief Enable/disable left buffer read-only |