please apply

thanks
john

-- 
I am a complete moron for forgetting about endianness. May I be
forever marked as such.
Index: src/frontends/controllers/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v
retrieving revision 1.146
diff -u -r1.146 ChangeLog
--- src/frontends/controllers/ChangeLog 11 Mar 2002 14:57:40 -0000      1.146
+++ src/frontends/controllers/ChangeLog 18 Mar 2002 21:00:26 -0000
@@ -1,3 +1,8 @@
+2002-03-18  John Levon  <[EMAIL PROTECTED]>
+
+       * ControlGraphics.C:
+       * ControlInclude.C: better error messages
+        
 2002-03-11  Herbert Voss  <[EMAIL PROTECTED]>
 
        * biblio.C (parseBibTeX): fix another minibug with an
Index: src/frontends/controllers/ControlInclude.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ControlInclude.C,v
retrieving revision 1.15
diff -u -r1.15 ControlInclude.C
--- src/frontends/controllers/ControlInclude.C  24 Jan 2002 15:49:53 -0000      1.15
+++ src/frontends/controllers/ControlInclude.C  18 Mar 2002 21:00:26 -0000
@@ -89,7 +89,7 @@
     if (IsFileReadable(fileWithAbsPath))
        return true;
     else
-       Alert::alert(_("File doesn't exists!"));
+       Alert::alert(_("Specified file doesn't exist !"));
     return false;
 }
 
Index: src/frontends/controllers/ControlGraphics.C
===================================================================
RCS file: 
/usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ControlGraphics.C,v
retrieving revision 1.23
diff -u -r1.23 ControlGraphics.C
--- src/frontends/controllers/ControlGraphics.C 11 Mar 2002 11:17:49 -0000      1.23
+++ src/frontends/controllers/ControlGraphics.C 18 Mar 2002 21:00:26 -0000
@@ -81,10 +81,11 @@
 // We need these in the file browser.
 extern string system_lyxdir;
 extern string user_lyxdir;
+ 
 
 string const ControlGraphics::Browse(string const & in_name)
 {
-       string const title = N_("Graphics");
+       string const title = N_("Select graphics file");
        // FIXME: currently we need the second '|' to prevent mis-interpretation 
        string const pattern = "*.(ps|eps|png|jpeg|jpg|gif|gz)|";
 
@@ -99,6 +100,7 @@
        // Show the file browser dialog
        return browseFile(&lv_, in_name, title, pattern, dir1, dir2);
 }
+ 
 
 string const ControlGraphics::readBB(string const & file)
 {

Reply via email to