/[gmemo]/gmemo/src/gmemo_main.c
ViewVC logotype

Diff of /gmemo/src/gmemo_main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by TwinSun, Mon Jun 2 15:14:23 2003 UTC revision 1.3 by Bounga, Tue Oct 7 20:36:41 2003 UTC
# Line 201  int WINAPI WinMain(HINSTANCE hInstance, Line 201  int WINAPI WinMain(HINSTANCE hInstance,
201       int main (int argc, char *argv[])       int main (int argc, char *argv[])
202  #endif  #endif
203  {  {
204    // gtk2.0: gdk_draw_layout () et pango_layout_new pour faire le layout...      setlocale (LC_ALL, "");
205        bindtextdomain (PACKAGE, "/usr/share/locale");
206    // Initialize the i18n stuff      textdomain (PACKAGE);
   //bindtextdomain (PACKAGE, GNOMELOCALEDIR);  
   //textdomain (PACKAGE);  
207            
208  #ifdef _WIN32  #ifdef _WIN32
209    explode_args_win32(szCmdLine);    explode_args_win32(szCmdLine);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26