summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/www/gfse/P/1343909216_weather_03.pngbin0 -> 2391 bytes
-rw-r--r--src/www/gfse/editor.js2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/P/1343909216_weather_03.png b/src/www/gfse/P/1343909216_weather_03.png
new file mode 100644
index 000000000..831946638
--- /dev/null
+++ b/src/www/gfse/P/1343909216_weather_03.png
Binary files differ
diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js
index 409cc936b..8f8d3354d 100644
--- a/src/www/gfse/editor.js
+++ b/src/www/gfse/editor.js
@@ -30,7 +30,7 @@ function draw_grammar_list() {
var cloud_download=
a(jsurl("download_json()"),
[node("img",{"class":"cloud",
- src:"P/1307545089_weather_04.png",alt:"[Down Cloud]",
+ src:"P/1343909216_weather_03.png",alt:"[Down Cloud]",
title:"Click to download grammar updates from the cloud"},
[])]);
insertAfter(cloud_download,cloud_upload);