diff options
Diffstat (limited to 'src/urlbar')
| -rw-r--r-- | src/urlbar/urlbar.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 947e0910..cd6a5605 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -332,7 +332,7 @@ void UrlBar::keyPressEvent(QKeyEvent *event)      {          clearFocus();          if (!(_tab->url().protocol() == QL1S("about"))) -            setText(_tab->url().url()); +            setText(_tab->url().prettyUrl());          event->accept();      }  | 
