diff --git a/src/gui/GameInfoDialog.cxx b/src/gui/GameInfoDialog.cxx index 40c1288d8..3700caf5f 100644 --- a/src/gui/GameInfoDialog.cxx +++ b/src/gui/GameInfoDialog.cxx @@ -1341,6 +1341,7 @@ void GameInfoDialog::setAddressVal(EditTextWidget* addressWidget, EditTextWidget valWidget->setText(""); } +// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void GameInfoDialog::exportCurrentPropertiesToDisk() { saveProperties(); diff --git a/src/gui/GameInfoDialog.hxx b/src/gui/GameInfoDialog.hxx index cb2d4c0c7..c217bd689 100644 --- a/src/gui/GameInfoDialog.hxx +++ b/src/gui/GameInfoDialog.hxx @@ -77,7 +77,7 @@ class GameInfoDialog : public Dialog, public CommandSender // set formatted memory value for given address field void setAddressVal(EditTextWidget* address, EditTextWidget* val, bool isBCD = true, bool zeroBased = false, uInt8 maxVal = 255); - void saveCurrentPropertiesToDisk(); + void exportCurrentPropertiesToDisk(); private: TabWidget* myTab{nullptr};