Added "loading" icon.

This commit is contained in:
LoRd_MuldeR 2013-06-01 01:10:43 +02:00
parent 6ed110d0c1
commit a3ed4a445e
3 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
<file>res/ico_paste.png</file>
<file>res/ico_qt.png</file>
<file>res/ico_quit.png</file>
<file>res/loading.png</file>
<file>res/logo.png</file>
<file>res/MediaInfo.i386.exe</file>
</qresource>

BIN
res/loading.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -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...<br><br><br><br><img src=\":/res/loading.png\">";
//Links
const char *LINK_MULDER = "http://muldersoft.com/";