summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-28 14:55:46 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-28 14:55:46 -0800
commitedc2d40350b206ca86070daad1c512cd7942e396 (patch)
treef98b42e0612e46a48a07aaf67d6463e3e53dbf29 /packaging
parent5f01321ae142d4ecbe847e1d67b897d71e6f94ec (diff)
downloadsubsurface-edc2d40350b206ca86070daad1c512cd7942e396.tar.gz
Fix stupid typo
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/ubuntu/0001-Make-build-with-Qt4.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ubuntu/0001-Make-build-with-Qt4.patch b/packaging/ubuntu/0001-Make-build-with-Qt4.patch
index 7a14f639a..ee935813a 100644
--- a/packaging/ubuntu/0001-Make-build-with-Qt4.patch
+++ b/packaging/ubuntu/0001-Make-build-with-Qt4.patch
@@ -47,7 +47,7 @@ index 5cda9036eb94..57648e081050 100644
+#if QT_VERSION >= 0x050000
ui->CSVSeparator->setCurrentText(tr("Tab"));
+#else
-+ us->CSVSeparator->setCurrentIndex(0);
++ ui->CSVSeparator->setCurrentIndex(0);
+#endif
blockSignals(false);
}