Skip to content

Commit

Permalink
Use the "loading" image from themes/wind since it's no longer in gall…
Browse files Browse the repository at this point in the history
…ery3/lib.
  • Loading branch information
bharat committed Oct 2, 2010
1 parent 1c18200 commit 86981c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery/views/upgrader.html.php
Expand Up @@ -17,7 +17,7 @@
<a id="dialog_close_link" style="display: none" onclick="$('#dialog').fadeOut(); return false;" href="#" class="close">[x]</a>
<div id="busy" style="display: none">
<h1>
<img width="16" height="16" src="<?= url::file("lib/images/loading-small.gif") ?>"/>
<img width="16" height="16" src="<?= url::file("themes/wind/images/loading-small.gif") ?>"/>
<?= t("Upgrade in progress!") ?>
</h1>
<p>
Expand Down

0 comments on commit 86981c5

Please sign in to comment.