Changelog:
r43342 | compyx | 2023-02-27 12:00:23 +0000 (Mon, 27 Feb 2023) | 3 lines
Change CARTRIDGE_VIC20_NAME_IEEE488 to "VIC-1112 IEEE-488 Interface" in cartridge.h
------------------------------------------------------------------------
r43341 | compyx | 2023-02-27 11:46:29 +0000 (Mon, 27 Feb 2023) | 5 lines
Gtk3: IEEE-488 settings: use define from cartridge.h
Goodbye "VIC-1112 IEEE-488", hello boring "IEEE488".
------------------------------------------------------------------------
r43340 | compyx | 2023-02-27 09:41:09 +0000 (Mon, 27 Feb 2023) | 3 lines
Gtk3: Vic Flash Plugin settings: use define from cartridge.h for cartridge name
------------------------------------------------------------------------
r43339 | compyx | 2023-02-27 09:37:28 +0000 (Mon, 27 Feb 2023) | 3 lines
Gtk3: UltiMem settings: use define from cartridge.h for cartridge name
------------------------------------------------------------------------
r43338 | compyx | 2023-02-27 09:33:02 +0000 (Mon, 27 Feb 2023) | 6 lines
Gtk3: resource filechooser widget: don't use "." as filename when resource is empty/NULL
When passed an empty string or NULL, g_path_get_basename() returns ".", we don't
want that showing up as the filename in the file chooser dialog.
------------------------------------------------------------------------