Qt: Use UTF8_HORIZONTAL_ELLIPSIS for …

Bug: 12172
Change-Id: Icbb3011ff18fc53c3e77c62692ed977178d1aace
Reviewed-on: https://code.wireshark.org/review/14138
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2016-02-25 10:15:32 +01:00
parent c154c75fef
commit 0ffa73ae24
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#include <ui_preference_editor_frame.h>
#include "qt_ui_utils.h"
#include <wsutil/utf8_entities.h>
#include "wireshark_application.h"
@ -78,7 +79,7 @@ void PreferenceEditorFrame::editPreference(preference *pref, pref_module *module
return;
}
ui->modulePreferencesToolButton->setText(tr("Open %1 preferences").arg(module_->title));
ui->modulePreferencesToolButton->setText(tr("Open %1 preferences" UTF8_HORIZONTAL_ELLIPSIS).arg(module_->title));
pref_stash(pref_, NULL);
ui->preferenceTitleLabel->setText(QString("%1:").arg(pref->title));