A little birthday present I got from devilhorns.

SVN revision: 19950
This commit is contained in:
David Walter Seikel 2006-01-21 17:35:36 +00:00
parent 4b77796724
commit a6cafb2f1f
1 changed files with 1 additions and 1 deletions

View 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;
}