aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index e53c550ac3..00ca321c4e 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -127,7 +127,6 @@ EditGameDialog::EditGameDialog(const String &domain, GameSettings target)
yoffset += 16;
// GUI: Label for the game path
- // TODO: Allow editing, and clip to the RIGHT on long paths (to keep meaningful portions)
new StaticTextWidget(tab, 10, yoffset, 40, kLineHeight, "Path: ", kTextAlignRight);
new StaticTextWidget(tab, 50, yoffset, _w - 50 - 10, kLineHeight, path, kTextAlignLeft);