summaryrefslogtreecommitdiff
path: root/plugins/gtkui/support.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-03-09 21:19:36 +0100
committerGravatar waker <wakeroid@gmail.com>2011-03-09 21:19:36 +0100
commit4c518826541470586bbc875eee477d3be48530eb (patch)
tree2e46e94ef9680369c183a3dcf1d62f3c2c832f46 /plugins/gtkui/support.h
parentbfc436bf50eb8edb5f846f685dd306ca8c997858 (diff)
moved tag writer settings to track properties dialog
Diffstat (limited to 'plugins/gtkui/support.h')
-rw-r--r--plugins/gtkui/support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtkui/support.h b/plugins/gtkui/support.h
index a32649e5..b4b0ace3 100644
--- a/plugins/gtkui/support.h
+++ b/plugins/gtkui/support.h
@@ -27,7 +27,9 @@
# define dgettext(Domain,Message) (Message)
# define dcgettext(Domain,Message,Type) (Message)
# define bindtextdomain(Domain,Directory) (Domain)
+#ifndef _
# define _(String) (String)
+#endif
# define Q_(String) g_strip_context ((String), (String))
# define N_(String) (String)
#endif