Skip to content

Commit

Permalink
doc: Update HelpPanelFloppy with new help text for save button
Browse files Browse the repository at this point in the history
Enhanced the help text in `HelpPanelFloppy` to include information about the "Save config for disk" button.
  • Loading branch information
midwan committed Jan 6, 2025
1 parent 25e3cc2 commit 359e8e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/osdep/gui/PanelFloppy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,5 +727,8 @@ bool HelpPanelFloppy(std::vector<std::string>& helptext)
helptext.emplace_back(" ");
helptext.emplace_back(R"(You can also use the "Create 3.5" DD disk" and "Create 3.5" HD disk" buttons, to make)");
helptext.emplace_back("a new and empty disk image, for use with the emulator.");
helptext.emplace_back(" ");
helptext.emplace_back("The \"Save config for disk\" button will save the current configuration to a file with");
helptext.emplace_back("the same name as the disk image file.");
return true;
}

0 comments on commit 359e8e7

Please sign in to comment.