]> git.lyx.org Git - features.git/commitdiff
use notepad on windows (patch from Michael Schmitt)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 29 Dec 2004 16:27:49 +0000 (16:27 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 29 Dec 2004 16:27:49 +0000 (16:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9412 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 10dfcc80e4a9ff89443e892a7d5f485428b9bb40..3b83ad81df1aa1bc448445eecd131f0ab099228d 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-29  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * configure.m4: check for notepad editor
+
 2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * ui/stdmenus.ui: add entry for words-count
index 9cd0801d8b9af319a6f635a7d981685fb3c7d9b1..d47a25bf62b52912187c05c7cf8efe4de58cada8 100644 (file)
@@ -254,7 +254,7 @@ SEARCH_PROG([for a raster image viewer], RASTERIMAGE_VIEWER, xv kview gimp)
 
 SEARCH_PROG([for a raster image editor], RASTERIMAGE_EDITOR, gimp)
 
-SEARCH_PROG([for a text editor], TEXT_EDITOR, xemacs gvim kedit kwrite kate nedit gedit)
+SEARCH_PROG([for a text editor], TEXT_EDITOR, xemacs gvim kedit kwrite kate nedit gedit notepad)
 
 # Search for an installed reLyX or a ready-to-install one
 save_PATH=${PATH}