diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 11:59:05 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-26 11:59:05 +0200 |
commit | 8e647e510cdc92c5a5c73f9354e805fd0d2a36aa (patch) | |
tree | 5f20a335dc2ae15f70c6b22a69e3a60a0e2bfc80 /src | |
parent | Fixing a bit codestyle and image copy and download (diff) | |
download | rekonq-8e647e510cdc92c5a5c73f9354e805fd0d2a36aa.tar.xz |
New beautiful pano's loading.mng file
Diffstat (limited to 'src')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index c0d8591a..f059e42b 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -70,7 +70,7 @@ MainView::MainView(QWidget *parent) setTabBar(m_tabBar); // loading pixmap path - m_loadingGitPath = KStandardDirs::locate("appdata" , "pics/loading.gif"); + m_loadingGitPath = KStandardDirs::locate("appdata" , "pics/loading.mng"); // connecting tabbar signals connect(m_tabBar, SIGNAL(closeTab(int)), this, SLOT(slotCloseTab(int))); |