Ignore:
Timestamp:
Sep 28, 2010, 1:19:10 PM (14 years ago)
Author:
rosiere
Message:

1) compatible gcc 4.4.3
2) Translation file in MORPHEO_PREFIX directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/src/Translation.cpp

    r131 r144  
    2323        environment();
    2424       
    25         std::string dirname = MORPHEO_TOPLEVEL;
    26         dirname += "/IPs/systemC/processor/Morpheo/locale";
     25        std::string dirname = MORPHEO_PREFIX;
     26        dirname += "/locale";
    2727
    2828        if (bindtextdomain(MORPHEO_PACKAGE,dirname.c_str()) == NULL)
Note: See TracChangeset for help on using the changeset viewer.