~ubuntu-branches/ubuntu/vivid/xfce4-whiskermenu-plugin/vivid

« back to all changes in this revision

Viewing changes to src/panel_plugin.cpp

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez, Jackson Doak
  • Date: 2013-11-29 22:01:33 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131129220133-9cylja0jq3z79f8y
Tags: 1.2.1-1
[ Jackson Doak ]
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
extern "C" void whiskermenu_construct(XfcePanelPlugin* plugin)
33
33
{
34
 
        xfce_textdomain(GETTEXT_PACKAGE, LOCALEDIR, "UTF-8");
 
34
        xfce_textdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
35
35
        new PanelPlugin(plugin);
36
36
}
37
37