~patrick-crews/drizzle/bug950255

« back to all changes in this revision

Viewing changes to client/drizzledump.cc

  • Committer: Mark Atwood
  • Date: 2012-02-05 04:23:43 UTC
  • Revision ID: me@mark.atwood.name-20120205042343-wig4m3flwg3yekzx
reverse patch previous

Show diffs side-by-side

added added

removed removed

Lines of Context:
465
465
# if defined(HAVE_LOCALE_H)
466
466
  setlocale(LC_ALL, "");
467
467
# endif
468
 
  bindtextdomain("drizzle", LOCALEDIR);
469
 
  textdomain("drizzle");
 
468
  bindtextdomain("drizzle7", LOCALEDIR);
 
469
  textdomain("drizzle7");
470
470
#endif
471
471
 
472
472
  po::options_description commandline_options(_("Options used only in command line"));