diff --git a/docs/graphics/launcher_options_files.png b/docs/graphics/launcher_options_files.png index cfa5ba0db..cb39f01d2 100644 Binary files a/docs/graphics/launcher_options_files.png and b/docs/graphics/launcher_options_files.png differ diff --git a/docs/index.html b/docs/index.html index 9653c8de6..f984ba1d4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2648,7 +2648,7 @@ - + @@ -3060,7 +3060,7 @@ - +
ItemBrief descriptionFor more information,
see CommandLine
Rom pathSpecifies location of ROM files-romdir
ROM pathSpecifies location of ROM files
(only enabled in ROM launcher mode)
-romdir
Cheat fileSpecifies location of cheatfile database-cheatfile
Palette fileSpecifies location of user palette-palettefile
Properties file Specifies location of external stella.pro database-propsfile
ItemBrief descriptionFor more information,
see CommandLine
Player 0
Missile 0
Player 1
Missile 1
Playfield
Ball
Set color for specific object in debug colors mode
(PF0, PF1 and PF2 are have slightly different luminance,
disabled in ROM Launcher mode)
-tia.dbgcolors
Set color for specific object in debug colors mode
(PF0, PF1 and PF2 are have slightly different luminance,
disabled in ROM launcher mode)
-tia.dbgcolors
diff --git a/src/gui/ConfigPathDialog.cxx b/src/gui/ConfigPathDialog.cxx index 28ffe53be..b53a13b07 100644 --- a/src/gui/ConfigPathDialog.cxx +++ b/src/gui/ConfigPathDialog.cxx @@ -54,7 +54,7 @@ ConfigPathDialog::ConfigPathDialog( // ROM path ButtonWidget* romButton = new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight, - "Rom path" + ELLIPSIS, kChooseRomDirCmd); + "ROM path" + ELLIPSIS, kChooseRomDirCmd); wid.push_back(romButton); xpos += buttonWidth + 10; myRomPath = new EditTextWidget(this, font, xpos, ypos + 2,