COIN-OR::LEMON - Graph Library

Changeset 133:b289ba51506f in glemon-0.x


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

some reorganization

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r132 r133  
    4141        xml.h \
    4242        guipixbufs.h \
     43        i18n.h \
    4344        gettext.h
    4445
  • graph-displayer.cc

    r130 r133  
    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");
  • main_win.cc

    r130 r133  
    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.