aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
authorMax Horn2003-11-04 22:00:36 +0000
committerMax Horn2003-11-04 22:00:36 +0000
commitee253d4c9075667de1c4977894d6dfef9c2d9a13 (patch)
tree466707e69627ef77da99c4565bb4ce65e7614dcc /gui/launcher.cpp
parent597ddcfa1706d2d3fcec898c42d258ab2dc087e4 (diff)
downloadscummvm-rg350-ee253d4c9075667de1c4977894d6dfef9c2d9a13.tar.gz
scummvm-rg350-ee253d4c9075667de1c4977894d6dfef9c2d9a13.tar.bz2
scummvm-rg350-ee253d4c9075667de1c4977894d6dfef9c2d9a13.zip
modified NewGui::drawString to shorten strings which don't fit using ellipsis (disabled for the EditTextWidget for now)
svn-id: r11136
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);