diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-28 14:55:46 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-28 14:55:46 -0800 |
commit | edc2d40350b206ca86070daad1c512cd7942e396 (patch) | |
tree | f98b42e0612e46a48a07aaf67d6463e3e53dbf29 /packaging | |
parent | 5f01321ae142d4ecbe847e1d67b897d71e6f94ec (diff) | |
download | subsurface-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.patch | 2 |
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); } |