From 4e65d35a57943a8d9b3474ae03fdf69e47955919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Fri, 24 Apr 2009 15:18:55 +0000 Subject: [PATCH] No need to truncate the labels in layout-managed mode... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30378 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/InstallerWindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index 0e658bf06f..60bc69cbd0 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -543,7 +543,6 @@ InstallerWindow::_UpdateMenus() else label = ((PartitionMenuItem *)fSrcMenu->ItemAt(0))->MenuLabel(); } - fSrcMenuField->TruncateString(&label, B_TRUNCATE_END, 260); fSrcMenuField->MenuItem()->SetLabel(label.String()); PartitionMenuItem *item2 = (PartitionMenuItem *)fDestMenu->FindMarked(); @@ -555,7 +554,6 @@ InstallerWindow::_UpdateMenus() else label = "Please Choose Target"; } - fDestMenuField->TruncateString(&label, B_TRUNCATE_END, 260); fDestMenuField->MenuItem()->SetLabel(label.String()); char message[255]; sprintf(message, "Press the Begin button to install from '%s' onto '%s'",