* fix typo; goodbuye picture uploading working again.
authorWilfried Göesgens <willi@citadel.org>
Sat, 1 Aug 2009 10:30:20 +0000 (10:30 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 1 Aug 2009 10:30:20 +0000 (10:30 +0000)
webcit/graphics.c

index 0a7097773d4851276efee732caee10c3938d2d5c..318ceea549be914af08e5202056d13d9ab142966 100644 (file)
@@ -188,7 +188,7 @@ InitModule_GRAPHICS
        WebcitAddUrlHandler(HKEY("editroompic"), editroompic, 0);
        WebcitAddUrlHandler(HKEY("display_edithello"), display_edithello, 0);
        WebcitAddUrlHandler(HKEY("edithellopic"), edithellopic, 0);
-       WebcitAddUrlHandler(HKEY("display_editgoodbyepic"), display_editgoodbyepic, 0);
+       WebcitAddUrlHandler(HKEY("display_editgoodbuye"), display_editgoodbyepic, 0);
        WebcitAddUrlHandler(HKEY("editgoodbuyepic"), editgoodbuyepic, 0);
        WebcitAddUrlHandler(HKEY("display_editfloorpic"), display_editfloorpic, 0);
        WebcitAddUrlHandler(HKEY("editfloorpic"), editfloorpic, 0);