summaryrefslogtreecommitdiff
path: root/editors/mousepad/files/patch-src_search.c
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
commit05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch)
tree758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /editors/mousepad/files/patch-src_search.c
parentAs long promised, remove llvm-gcc4 in favor of the dragonegg gcc plugin. (diff)
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
Diffstat (limited to 'editors/mousepad/files/patch-src_search.c')
-rw-r--r--editors/mousepad/files/patch-src_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mousepad/files/patch-src_search.c b/editors/mousepad/files/patch-src_search.c
index 65eed605a0c7..9060a7e4d303 100644
--- a/editors/mousepad/files/patch-src_search.c
+++ b/editors/mousepad/files/patch-src_search.c
@@ -25,4 +25,4 @@
+ }
label_replace = gtk_label_new_with_mnemonic(_("Re_place with: "));
gtk_misc_set_alignment(GTK_MISC(label_replace), 0, 0.5);
- gtk_table_attach_defaults(GTK_TABLE(table), label_replace, 0, 1, 1, 2); \ No newline at end of file
+ gtk_table_attach_defaults(GTK_TABLE(table), label_replace, 0, 1, 1, 2);