A little birthday present I got from devilhorns.
authorDavid Walter Seikel <onefang@gmail.com>
Sat, 21 Jan 2006 17:35:36 +0000 (17:35 +0000)
committerDavid Walter Seikel <onefang@gmail.com>
Sat, 21 Jan 2006 17:35:36 +0000 (17:35 +0000)
SVN revision: 19950

src/bin/e_apps_error.c

index 9fd818f..eda0498 100644 (file)
@@ -33,7 +33,7 @@ _e_app_error_dialog(E_Container *con, E_App_Autopsy *app)
    v.advanced.create_widgets = _e_app_error_dialog_advanced_create_widgets;
 
    /* Create The Dialog */
-   cfd = e_config_dialog_new(con, _("Run error"), NULL, 0, &v, app);
+   cfd = e_config_dialog_new(con, _("Run error, wtf?  That sux."), NULL, 0, &v, app);
    app->error_dialog = cfd;
 }