From 042693a30510b48ff9bce0e1a7dac09bf7785ee9 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Mon, 22 Aug 2011 21:18:43 +0300 Subject: [PATCH] GUI: Rename Project-label in Projects-dialog. The 'Project' label in Project-dialog is confusing and users think it is project's name. When it acutually is the root directory of the project. So rename the lable and move it below the 'Defines'- field to make it less important looking. Ticket: #2997 (GUI: 'Project'-field in project file-dialog is confusing) --- gui/projectfile.ui | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/gui/projectfile.ui b/gui/projectfile.ui index d057aa604..08435fb70 100644 --- a/gui/projectfile.ui +++ b/gui/projectfile.ui @@ -26,23 +26,6 @@ - - - - - - Project: - - - mEditProjectRoot - - - - - - - - @@ -60,6 +43,23 @@ + + + + + + Root: + + + mEditProjectRoot + + + + + + + + @@ -272,8 +272,8 @@ mButtons tabWidget - mEditProjectRoot mEditDefines + mEditProjectRoot mListPaths mBtnAddPath mBtnEditPath @@ -282,6 +282,10 @@ mBtnAddInclude mBtnEditInclude mBtnRemoveInclude + mListIgnoredPaths + mBtnAddIgnorePath + mBtnEditIgnorePath + mBtnRemoveIgnorePath