summaryrefslogtreecommitdiff
path: root/src/fqterm/fqterm_wndmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fqterm/fqterm_wndmgr.cpp')
-rw-r--r--src/fqterm/fqterm_wndmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fqterm/fqterm_wndmgr.cpp b/src/fqterm/fqterm_wndmgr.cpp
index 0e90b1c..9cd6847 100644
--- a/src/fqterm/fqterm_wndmgr.cpp
+++ b/src/fqterm/fqterm_wndmgr.cpp
@@ -207,7 +207,7 @@ FQTermWindow* FQTermWndMgr::newWindow( const FQTermParam &param, FQTermConfig* c
if (count() == 1) {
termFrame_->enableMenuToolBar(true);
}
- //if no this call, the tab wont display untill you resize the window
+ //if no this call, the tab won't display until you resize the window
int idx = tabBar_->addTab(*icon, window->windowTitle());
tabBar_->updateGeometry();
tabBar_->update();