added noshell and noshell-reason error strings. the latter seems a waste,

2004-05-18  Not Zed  <NotZed@Ximian.com>

        * shell-errors.xml: added noshell and noshell-reason error
        strings.  the latter seems a waste, but ...

        * main.c (idle_cb): use e_error for the new no shell errors.

svn path=/trunk/; revision=25946
This commit is contained in:
Not Zed
2004-05-18 04:44:39 +00:00
committed by Michael Zucci
parent d1551390ff
commit 68fbde50f8
3 changed files with 33 additions and 5 deletions

View File

@ -20,4 +20,26 @@ If you choose to continue, you may not have access to some of your old data.
<button stock="gtk-ok" label="Continue" response="GTK_RESPONSE_OK"/>
</error>
<error id="noshell" type="error">
<title>Cannot start Evolution</title>
<primary>Evolution can not start.</primary>
<secondary>Your system configuration does not match your Evolution configuration.
Click help for details</secondary>
<help uri="http://support.ximian.com/q?54"/>
<button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
</error>
<error id="noshell-reason" type="error">
<title>Cannot start Evolution</title>
<primary>Evolution can not start.</primary>
<secondary>Your system configuration does not match your Evolution configuration:
{0}
Click help for details.</secondary>
<help uri="http://support.ximian.com/q?54"/>
<button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
</error>
</error-list>