misc/theme_editor.html
changeset 13606 ba6648614cd7
parent 13507 7e188a28f078
--- a/misc/theme_editor.html	Thu Aug 02 20:27:20 2018 -0400
+++ b/misc/theme_editor.html	Fri Aug 03 15:34:23 2018 -0400
@@ -41,7 +41,7 @@
 
                     horizont = new Image();
                     horizont.onload = tryToDraw;
-                    horizont.src = 'https://hg.hedgewars.org/hedgewars/raw-file/share/hedgewars/Data/Themes/Nature/horizont.png';
+                    horizont.src = 'https://hg.hedgewars.org/hedgewars/raw-file/tip/share/hedgewars/Data/Themes/Nature/horizont.png';
 
                     land = new Image();
                     land.onload = tryToDraw;