]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.c
oops... I'm combining two different things in this commit... so I'll try be clear
[chaz/openbox] / openbox / mainloop.c
index b59564a2075f192eb05e4e0bc05a8d05e7de892d..26ba4f9be633333e32c7d1424cd2ed0865c01f5e 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    mainloop.c for the Openbox window manager
-   Copyright (c) 2004        Mikael Magnusson
+   Copyright (c) 2006        Mikael Magnusson
    Copyright (c) 2003        Ben Jansens
 
    This program is free software; you can redistribute it and/or modify
@@ -418,7 +418,8 @@ static void sighandler(gint sig)
             /* XXX special case for signals that default to core dump.
                but throw some helpful output here... */
 
-            fprintf(stderr, "Fuck yah. Core dump. (Signal=%d)\n", sig);
+            fprintf(stderr, "How are you gentlemen? All your base are"
+                    " belong to us. (Signal=%d)\n", sig);
 
             /* die with a core dump */
             abort();
This page took 0.020493 seconds and 4 git commands to generate.