From 850bb07907f72c9a0710dbe455385812c714834e Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 16 Aug 2016 08:06:31 +0200 Subject: rename github account --- mandelbrot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mandelbrot.c') diff --git a/mandelbrot.c b/mandelbrot.c index e71c5bc..233ba79 100644 --- a/mandelbrot.c +++ b/mandelbrot.c @@ -131,7 +131,7 @@ void introtext(BITMAP* canvas) textprintf_centre_ex(canvas, font, (int) canvas->w/2, 10, 0xffffffff, -1, "simple mandelbrot viewer by"); textprintf_centre_ex(canvas, font, (int) canvas->w/2, 22, 0xffffffff, -1, - "Kevin Chabowski (kevin@kch42.de)"); + "Laria Carolin Chabowski (laria@laria.me)"); textprintf_centre_ex(canvas, font, (int) canvas->w/2, 34, 0xffffffff, -1, "v 0.5"); textprintf_centre_ex(canvas, font, (int) canvas->w/2, 46, 0xffffffff, -1, @@ -426,7 +426,7 @@ int main() textprintf_ex(buffer, font, 2, SCREEN_H - 12, 0xffffffff, -1, "X = %lf Y = %lf", x1 + mouse_x * dppx, y1 + mouse_y * dppx); textprintf_right_ex(buffer, font, SCREEN_W - 2, SCREEN_H - 12, - 0xffffffff, -1, "(c) 2010 by Kevin Chabowski"); + 0xffffffff, -1, "(c) 2010 by Laria Carolin Chabowski"); if(update_fract) textprintf_centre_ex(buffer, font, (int)(SCREEN_W/2), -- cgit v1.2.3-54-g00ecf