aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-03-07 11:58:05 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-03-07 11:58:05 +0000
commit0b29da05355aee0908668b0fa8671e58ab73adc5 (patch)
tree9f98f9fd04e5311c5af0391238ab51ecbae558fb /ui/qt/main_window.cpp
parentc41ad236115e698cde9fc42527bec6aa1db0c0f4 (diff)
Comment fix: i10n -> i18n
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41392 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ui/qt/main_window.cpp')
-rw-r--r--ui/qt/main_window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 631bc3e8ef..fd504b4cb5 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -148,7 +148,7 @@ void MainWindow::captureFileReadStarted(const capture_file *cf) {
// main_set_for_capture_file(TRUE);
ui->statusBar->popFileStatus();
- //TODO:i10n
+ //TODO:i18n
QString msg = QString().sprintf("Loading: %s", get_basename(cf->filename));
ui->statusBar->pushFileStatus(msg);
}