Skip to content
Permalink
Browse files
Merge pull request #6160 from JosJuice/gecko-na
Don't show "N/A" as description when there is no Gecko code
  • Loading branch information
leoetlino committed Nov 3, 2017
2 parents a58df9f + 7253c4b commit 9e4590b
Showing 1 changed file with 0 additions and 3 deletions.
@@ -118,9 +118,6 @@ void GeckoCodeWidget::OnSelectionChanged()

m_code_description->clear();

if (code.notes.empty())
m_code_description->append(tr("N/A"));

for (const auto& line : code.notes)
m_code_description->append(QString::fromStdString(line));

0 comments on commit 9e4590b

Please sign in to comment.