diff --git a/MediaInfoXP.qrc b/MediaInfoXP.qrc
index c3d1e16..b5a728a 100644
--- a/MediaInfoXP.qrc
+++ b/MediaInfoXP.qrc
@@ -12,6 +12,7 @@
res/ico_paste.png
res/ico_qt.png
res/ico_quit.png
+ res/loading.png
res/logo.png
res/MediaInfo.i386.exe
diff --git a/res/loading.png b/res/loading.png
new file mode 100644
index 0000000..8f6c01e
Binary files /dev/null and b/res/loading.png differ
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index bd176a3..1942392 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -50,7 +50,7 @@
//Text
const char *STATUS_BLNK = ">> You can drop any type of media files here <<";
-const char *STATUS_WORK = "Analyzing file(s), this may take a moment or two...";
+const char *STATUS_WORK = "Analyzing file(s), this may take a moment or two...
";
//Links
const char *LINK_MULDER = "http://muldersoft.com/";