summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/FileChooserModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/FileChooserModel.cpp')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/FileChooserModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/FileChooserModel.cpp b/src/Authoring/Studio/Palettes/Inspector/FileChooserModel.cpp
index 6c57635b..cef01850 100644
--- a/src/Authoring/Studio/Palettes/Inspector/FileChooserModel.cpp
+++ b/src/Authoring/Studio/Palettes/Inspector/FileChooserModel.cpp
@@ -45,6 +45,6 @@ bool FileChooserModel::isVisible(const QString &path) const
const QVector<ChooserModelBase::FixedItem> FileChooserModel::getFixedItems() const
{
- static const QVector<FixedItem> items = { { OBJTYPE_GROUP, tr("[None]") } };
+ static const QVector<FixedItem> items = { { OBJTYPE_GROUP, "", tr("[None]") } };
return items;
}