Commit 67105eb1 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Oops, fix for --enable-tiny

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@61 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 23 additions and 20 deletions
+23 -20
...@@ -1037,9 +1037,12 @@ void exit_spell(char *tmpfilename, char *foo) ...@@ -1037,9 +1037,12 @@ void exit_spell(char *tmpfilename, char *foo)
* better =-) * better =-)
*/ */
#ifndef NANO_SMALL
int do_spell(void) int do_spell(void)
{ {
#ifdef NANO_SMALL
nano_small_msg();
return 1;
#else
char *temp, *foo; char *temp, *foo;
int i, size; int i, size;
...@@ -1088,8 +1091,8 @@ int do_spell(void) ...@@ -1088,8 +1091,8 @@ int do_spell(void)
exit_spell(temp, foo); exit_spell(temp, foo);
statusbar(_("Finished checking spelling")); statusbar(_("Finished checking spelling"));
return 1; return 1;
}
#endif #endif
}
int do_exit(void) int do_exit(void)
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-07-02 23:06-0400\n" "POT-Creation-Date: 2000-07-02 23:21-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -55,7 +55,7 @@ msgstr "" ...@@ -55,7 +55,7 @@ msgstr ""
msgid "File to insert [from ./] " msgid "File to insert [from ./] "
msgstr "" msgstr ""
#: files.c:270 files.c:294 files.c:458 nano.c:1120 #: files.c:270 files.c:294 files.c:458 nano.c:1123
msgid "Cancelled" msgid "Cancelled"
msgstr "" msgstr ""
...@@ -574,71 +574,71 @@ msgstr "" ...@@ -574,71 +574,71 @@ msgstr ""
msgid "Error deleting tempfile, ack!" msgid "Error deleting tempfile, ack!"
msgstr "" msgstr ""
#: nano.c:1047 #: nano.c:1050
#, c-format #, c-format
msgid "Could not create a temporary filename: %s" msgid "Could not create a temporary filename: %s"
msgstr "" msgstr ""
#: nano.c:1071 #: nano.c:1074
#, c-format #, c-format
msgid "Could not invoke spell program \"%s\"" msgid "Could not invoke spell program \"%s\""
msgstr "" msgstr ""
#. Why 32512? I dont know! #. Why 32512? I dont know!
#: nano.c:1077 #: nano.c:1080
msgid "Could not invoke \"ispell\"" msgid "Could not invoke \"ispell\""
msgstr "" msgstr ""
#: nano.c:1089 #: nano.c:1092
msgid "Finished checking spelling" msgid "Finished checking spelling"
msgstr "" msgstr ""
#: nano.c:1107 #: nano.c:1110
msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? " msgid "Save modified buffer (ANSWERING \"No\" WILL DESTROY CHANGES) ? "
msgstr "" msgstr ""
#: nano.c:1230 #: nano.c:1233
msgid "Cannot resize top win" msgid "Cannot resize top win"
msgstr "" msgstr ""
#: nano.c:1232 #: nano.c:1235
msgid "Cannot move top win" msgid "Cannot move top win"
msgstr "" msgstr ""
#: nano.c:1234 #: nano.c:1237
msgid "Cannot resize edit win" msgid "Cannot resize edit win"
msgstr "" msgstr ""
#: nano.c:1236 #: nano.c:1239
msgid "Cannot move edit win" msgid "Cannot move edit win"
msgstr "" msgstr ""
#: nano.c:1238 #: nano.c:1241
msgid "Cannot resize bottom win" msgid "Cannot resize bottom win"
msgstr "" msgstr ""
#: nano.c:1240 #: nano.c:1243
msgid "Cannot move bottom win" msgid "Cannot move bottom win"
msgstr "" msgstr ""
#: nano.c:1704 #: nano.c:1707
msgid "Main: set up windows\n" msgid "Main: set up windows\n"
msgstr "" msgstr ""
#: nano.c:1726 #: nano.c:1729
msgid "Main: bottom win\n" msgid "Main: bottom win\n"
msgstr "" msgstr ""
#: nano.c:1732 #: nano.c:1735
msgid "Main: open file\n" msgid "Main: open file\n"
msgstr "" msgstr ""
#: nano.c:1805 #: nano.c:1808
#, c-format #, c-format
msgid "I got Alt-[-%c! (%d)\n" msgid "I got Alt-[-%c! (%d)\n"
msgstr "" msgstr ""
#: nano.c:1821 #: nano.c:1824
#, c-format #, c-format
msgid "I got Alt-%c! (%d)\n" msgid "I got Alt-%c! (%d)\n"
msgstr "" msgstr ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment