COIN-OR::LEMON - Graph Library

Changeset 2052:c54ce7a5f4e7 in lemon-0.x


Ignore:
Timestamp:
04/14/06 20:31:16 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2695
Message:

some reorganization

Location:
gui
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • gui/Makefile.am

    r2043 r2052  
    4141        xml.h \
    4242        guipixbufs.h \
     43        i18n.h \
    4344        gettext.h
    4445
  • gui/graph-displayer.cc

    r2012 r2052  
    1010
    1111#include <locale.h>
    12 #include "gettext.h"
    1312
    1413#define MAIN_PART
     
    2221int main(int argc, char *argv[])
    2322{
     23  setlocale(LC_ALL, "");
    2424  bindtextdomain(PACKAGE, LOCALEDIR);
    2525  bind_textdomain_codeset(PACKAGE, "UTF-8");
  • gui/main_win.cc

    r2012 r2052  
    66#include "guipixbufs.h"
    77
    8 #include "gettext.h"
    9 #define _(string) gettext (string)
     8#include "i18n.h"
    109
    1110MainWin::MainWin()
Note: See TracChangeset for help on using the changeset viewer.