Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
30b799ed
...
30b799ed75faa81b2634f2c7e3b53bd29a4a65c8
authored
2003-06-23 08:59:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor change.
1 parent
65508fbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
include/mailutils/nls.h
include/mailutils/nls.h
View file @
30b799e
...
...
@@ -39,7 +39,7 @@
# define _(String) (String)
# define N_(String) String
# define dgettext(domain, msgid) (msgid)
# define ngettext(sg,pl,cnt) (pl)
# define ngettext(sg,pl,cnt) (
cnt == 1) ? (sg) : (
pl)
# define textdomain(Domain)
# define bindtextdomain(Package, Directory)
#endif
/* ENABLE_NLS */
...
...
Please
register
or
sign in
to post a comment