Changeset 133:b289ba51506f in glemon-0.x
- Timestamp:
- 04/14/06 20:31:16 (19 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2695
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r132 r133 41 41 xml.h \ 42 42 guipixbufs.h \ 43 i18n.h \ 43 44 gettext.h 44 45 -
graph-displayer.cc
r130 r133 10 10 11 11 #include <locale.h> 12 #include "gettext.h"13 12 14 13 #define MAIN_PART … … 22 21 int main(int argc, char *argv[]) 23 22 { 23 setlocale(LC_ALL, ""); 24 24 bindtextdomain(PACKAGE, LOCALEDIR); 25 25 bind_textdomain_codeset(PACKAGE, "UTF-8"); -
main_win.cc
r130 r133 6 6 #include "guipixbufs.h" 7 7 8 #include "gettext.h" 9 #define _(string) gettext (string) 8 #include "i18n.h" 10 9 11 10 MainWin::MainWin()
Note: See TracChangeset
for help on using the changeset viewer.