mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 23:14:10 +02:00
Remove colon from dialog label
This commit is contained in:
parent
b71a512a6f
commit
09390ffffd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void Bookmarks::setupMenus(Menu* menubar, MenuWrapper* menu) {
|
||||||
|
|
||||||
void Bookmarks::bookmarkLocation() {
|
void Bookmarks::bookmarkLocation() {
|
||||||
bool ok = false;
|
bool ok = false;
|
||||||
auto bookmarkName = OffscreenUi::getText(nullptr, "Bookmark Location", "Name:", QLineEdit::Normal, QString(), &ok);
|
auto bookmarkName = OffscreenUi::getText(nullptr, "Bookmark Location", "Name", QLineEdit::Normal, QString(), &ok);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue