diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-11 13:37:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-11 13:37:11 +0100 |
commit | a45f6814c9d02fa3e3deed250c4f154c805e6570 (patch) | |
tree | 4def708c07bdfe509d2d1dd51b18dc004bcc044b /languagetool | |
parent | 805c6101b3427cc98b53f1c48f22f705206c384d (diff) |
patch for messagebox api change
Change-Id: I6317e24dc93eb23a3d762f714d132851d7d80354
Diffstat (limited to 'languagetool')
-rw-r--r-- | languagetool/UnpackedTarball_languagetool.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languagetool/UnpackedTarball_languagetool.mk b/languagetool/UnpackedTarball_languagetool.mk index 4b0f6328ef72..d16617a17555 100644 --- a/languagetool/UnpackedTarball_languagetool.mk +++ b/languagetool/UnpackedTarball_languagetool.mk @@ -16,6 +16,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,languagetool,3)) $(eval $(call gb_UnpackedTarball_add_patches,languagetool,\ languagetool/JLanguageTool-1.7.0.patch \ languagetool/JLanguageTool-1.4.0-no-hc.patch \ + languagetool/MessageBox-apichange.patch \ )) # vim: set noet sw=4 ts=4: |