diff options
Diffstat (limited to 'editors/manedit/patches/patch-ae')
-rw-r--r-- | editors/manedit/patches/patch-ae | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/editors/manedit/patches/patch-ae b/editors/manedit/patches/patch-ae new file mode 100644 index 00000000000..fcf2cf0e15e --- /dev/null +++ b/editors/manedit/patches/patch-ae @@ -0,0 +1,136 @@ +$NetBSD: patch-ae,v 1.3 2004/03/20 22:08:11 agc Exp $ + +--- editorcb.c 2004/03/20 21:48:19 1.1 ++++ editorcb.c 2004/03/20 22:01:19 +@@ -4257,13 +4257,13 @@ + /* Confirm before replace. */ + status = CDialogGetResponse( + "Confirm Replace Entire Page", +-"You will not be able to undo this operation,\n\ +-are you sure you want to find and replace the\n\ +-entire selected Manual Page?", +-"You are about the search and replace through +-the entire selected Manual Page, you will not +-be able to undo this operation. If you are +-unsure say `cancel'.", ++"You will not be able to undo this operation,\n" ++"are you sure you want to find and replace the\n" ++"entire selected Manual Page?", ++"You are about the search and replace through\n" ++"the entire selected Manual Page, you will not\n" ++"be able to undo this operation. If you are\n" ++"unsure say `cancel'.", + CDIALOG_ICON_WARNING, + CDIALOG_BTNFLAG_YES | CDIALOG_BTNFLAG_CANCEL | + CDIALOG_BTNFLAG_HELP, +@@ -4292,8 +4292,8 @@ + CDialogGetResponse( + "No Manual Page selected!", + "No Manual Page selected to search and replace through.", +-"You have not selected a manual page to search and\n\ +-replace through.", ++"You have not selected a manual page to search and\n" ++"replace through.", + CDIALOG_ICON_WARNING, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK +@@ -4555,8 +4555,8 @@ + CDialogGetResponse( + "No item selected!", + "No item selected to search through.", +-"You have not selected an item with text\n\ +-to search through.", ++"You have not selected an item with text\n" ++"to search through.", + CDIALOG_ICON_WARNING, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK +@@ -4607,9 +4607,9 @@ + CDialogGetResponse( + "Search wrapped!", + "Search wrapped!", +-"The matched string was found before the last\n\ +-cursor position, implying that no further text\n\ +-was matched after the cursor position.", ++"The matched string was found before the last\n" ++"cursor position, implying that no further text\n" ++"was matched after the cursor position.", + CDIALOG_ICON_INFO, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK +@@ -4620,9 +4620,9 @@ + CDialogGetResponse( + "String not found!", + "String not found!", +-"The given string to be searched was not found\n\ +-in the text, implying that the search string\n\ +-does not exist in the text.", ++"The given string to be searched was not found\n" ++"in the text, implying that the search string\n" ++"does not exist in the text.", + CDIALOG_ICON_WARNING, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK +@@ -4661,9 +4661,9 @@ + CDialogGetResponse( + "Search wrapped!", + "Search wrapped!", +-"The matched string was found before the last\n\ +-cursor position, implying that no further text\n\ +-was matched after the cursor position.", ++"The matched string was found before the last\n" ++"cursor position, implying that no further text\n" ++"was matched after the cursor position.", + CDIALOG_ICON_INFO, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK +@@ -4674,9 +4674,9 @@ + CDialogGetResponse( + "String not found!", + "String not found!", +-"The given string to be searched was not found\n\ +-in the text, implying that the search string\n\ +-does not exist in the text.", ++"The given string to be searched was not found\n" ++"in the text, implying that the search string\n" ++"does not exist in the text.", + CDIALOG_ICON_WARNING, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK +@@ -4725,8 +4725,8 @@ + CDialogGetResponse( + "No item selected!", + "No item selected to search and replacethrough.", +-"You have not selected an item with text\n\ +-to search and replace through.", ++"You have not selected an item with text\n" ++"to search and replace through.", + CDIALOG_ICON_WARNING, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK +@@ -4784,9 +4784,9 @@ + CDialogGetResponse( + "String not found!", + "String not found!", +-"The given string to be searched and replaced\n\ +-was not found in the text, implying that the\n\ +-search string does not exist in the text.", ++"The given string to be searched and replaced\n" ++"was not found in the text, implying that the\n" ++"search string does not exist in the text.", + CDIALOG_ICON_WARNING, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK +@@ -4826,9 +4826,9 @@ + CDialogGetResponse( + "String not found!", + "String not found!", +-"The given string to be searched and replaced\n\ +-was not found in the text, implying that the\n\ +-search string does not exist in the text.", ++"The given string to be searched and replaced\n" ++"was not found in the text, implying that the\n" ++"search string does not exist in the text.", + CDIALOG_ICON_WARNING, + CDIALOG_BTNFLAG_OK | CDIALOG_BTNFLAG_HELP, + CDIALOG_BTNFLAG_OK |