From cb77cc37c41f923bb52f26a95b39a677d8d3362b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 31 Jan 2018 20:01:49 +0100 Subject: [PATCH] Cosmetics --- src/GUI/gui.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/GUI/gui.cpp b/src/GUI/gui.cpp index 3e115d7e..7d7e298d 100644 --- a/src/GUI/gui.cpp +++ b/src/GUI/gui.cpp @@ -613,17 +613,17 @@ void GUI::paths() msgBox.setWindowTitle(tr("Paths")); msgBox.setText("

" + tr("Paths") + "

"); msgBox.setInformativeText( - "" - "
" + "
" + tr("Map directory") + "" - + GLOBAL_MAP_DIR + "
" + tr("POI directory") + "" + "
" + "
" + tr("Map directory:") + "" + + GLOBAL_MAP_DIR + "
" + tr("POI directory:") + "" + GLOBAL_POI_DIR + "
" - + tr("GCS file") + "" + GLOBAL_GCS_FILE - + "
" + tr("PCS file") + "" - + GLOBAL_PCS_FILE + "
" + tr("Ellipsoids file") + + tr("GCS file:") + "" + GLOBAL_GCS_FILE + + "
" + tr("PCS file:") + "" + + GLOBAL_PCS_FILE + "
" + tr("Ellipsoids file:") + "" + GLOBAL_ELLIPSOID_FILE - + "
" - + tr("User directory") + "" + USER_DIR - + "
" + + "
" + "
" + tr("User override directory:") + + "" + USER_DIR + "
" ); msgBox.exec();