From 5368304f53c942cf17ae0f24736b44335c09010a Mon Sep 17 00:00:00 2001 From: Brandon King Date: Fri, 19 Oct 2007 18:49:36 +0000 Subject: [PATCH] Properites -> Properties spelling err fix. * Reported by Erich Schwarz. --- qui/seqbrowser/seqproperties/PropertiesWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qui/seqbrowser/seqproperties/PropertiesWindow.cpp b/qui/seqbrowser/seqproperties/PropertiesWindow.cpp index a47b710..54c2fa3 100644 --- a/qui/seqbrowser/seqproperties/PropertiesWindow.cpp +++ b/qui/seqbrowser/seqproperties/PropertiesWindow.cpp @@ -76,7 +76,7 @@ void PropertiesWindow::modelUpdated(const QModelIndex&, int, int ) void PropertiesWindow::updateTitle() { - std::string title("Sequence Properites: "); + std::string title("Sequence Properties: "); if (analysis) { title += analysis->get_title(); } -- 2.30.2