diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-29 10:28:03 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-29 10:28:03 +0200 |
commit | e98b31b216716663d752b02a67c3002109063828 (patch) | |
tree | 292de6da3d4c06ba341f8c93f24e9fac1be61ffb /src/rekonq_defines.h | |
parent | Follow settings (choose tabs or windows) when opening new tabs (diff) | |
download | rekonq-e98b31b216716663d752b02a67c3002109063828.tar.xz |
Hide "loading..." and "done" strings after 0.5 sec..
Diffstat (limited to 'src/rekonq_defines.h')
-rw-r--r-- | src/rekonq_defines.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rekonq_defines.h b/src/rekonq_defines.h index e8b2ab32..ef43bd1a 100644 --- a/src/rekonq_defines.h +++ b/src/rekonq_defines.h @@ -68,7 +68,8 @@ namespace Rekonq Success, ///< url successfully (down)loaded Error, ///< url failed to (down)load Download, ///< downloading url - Info ///< information, (default) + Info, ///< information + Url ///< url string shown (default) }; /** |