Commit 700d5e831deabe0b3a173b4d4e457f49f3b94218
1 parent
4309823f
Exists in
master
and in
5 other branches
Corrigindo nome da nova chamada hllapi
Showing
4 changed files
with
4 additions
and
9 deletions
Show diff stats
locale/pw3270.pot
... | ... | @@ -9,7 +9,7 @@ msgstr "" |
9 | 9 | "#-#-#-#-# lib3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
10 | 10 | "Project-Id-Version: PACKAGE VERSION\n" |
11 | 11 | "Report-Msgid-Bugs-To: \n" |
12 | -"POT-Creation-Date: 2017-08-01 10:42-0300\n" | |
12 | +"POT-Creation-Date: 2017-08-01 13:32-0300\n" | |
13 | 13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
14 | 14 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
15 | 15 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -20,7 +20,7 @@ msgstr "" |
20 | 20 | "#-#-#-#-# pw3270.pot (PACKAGE VERSION) #-#-#-#-#\n" |
21 | 21 | "Project-Id-Version: PACKAGE VERSION\n" |
22 | 22 | "Report-Msgid-Bugs-To: \n" |
23 | -"POT-Creation-Date: 2017-08-01 10:42-0300\n" | |
23 | +"POT-Creation-Date: 2017-08-01 13:32-0300\n" | |
24 | 24 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
25 | 25 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
26 | 26 | "Language-Team: LANGUAGE <LL@li.org>\n" | ... | ... |
src/include/pw3270/hllapi.h
... | ... | @@ -167,7 +167,7 @@ extern "C" { |
167 | 167 | HLLAPI_API_CALL hllapi_enter(void); |
168 | 168 | HLLAPI_API_CALL hllapi_set_text_at(WORD row, WORD col, LPSTR text); |
169 | 169 | HLLAPI_API_CALL hllapi_cmp_text_at(WORD row, WORD col, LPSTR text); |
170 | - HLLAPI_API_CALL hllapi_find_text_at(LPSTR text); | |
170 | + HLLAPI_API_CALL hllapi_find_text(LPSTR text); | |
171 | 171 | HLLAPI_API_CALL hllapi_emulate_input(const LPSTR buffer, WORD len, WORD pasting); |
172 | 172 | HLLAPI_API_CALL hllapi_input_string(LPSTR buffer, WORD len); |
173 | 173 | HLLAPI_API_CALL hllapi_wait_for_ready(WORD seconds); | ... | ... |
src/plugins/hllapi/calls.cc
src/plugins/hllapi/hllapi.cbp
... | ... | @@ -62,11 +62,6 @@ |
62 | 62 | <Compiler> |
63 | 63 | <Add option="-Wall" /> |
64 | 64 | </Compiler> |
65 | - <Unit filename="../../classlib/exception.cc" /> | |
66 | - <Unit filename="../../classlib/local.cc" /> | |
67 | - <Unit filename="../../classlib/module.cc" /> | |
68 | - <Unit filename="../../classlib/remote.cc" /> | |
69 | - <Unit filename="../../classlib/session.cc" /> | |
70 | 65 | <Unit filename="../../include/lib3270.h" /> |
71 | 66 | <Unit filename="../../include/pw3270/hllapi.h" /> |
72 | 67 | <Unit filename="Makefile.in" /> | ... | ... |