[Winpt-commits] r279 - trunk/Include

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jan 15 23:02:33 CET 2007


Author: twoaday
Date: 2007-01-15 23:02:32 +0100 (Mon, 15 Jan 2007)
New Revision: 279

Modified:
   trunk/Include/Makefile.am
   trunk/Include/wptKeyEdit.h
   trunk/Include/wptNLS.h
   trunk/Include/wptVersion.h
   trunk/Include/wptW32API.h
Log:


Modified: trunk/Include/Makefile.am
===================================================================
--- trunk/Include/Makefile.am	2007-01-15 22:02:04 UTC (rev 278)
+++ trunk/Include/Makefile.am	2007-01-15 22:02:32 UTC (rev 279)
@@ -17,7 +17,6 @@
 	wptCardEdit.h \
 	wptCommonCtl.h \
 	wptContext.h \
-	wptCryptdisk.h \
 	wptDlgs.h \
 	wptErrors.h \
 	wptFileManager.h \

Modified: trunk/Include/wptKeyEdit.h
===================================================================
--- trunk/Include/wptKeyEdit.h	2007-01-15 22:02:04 UTC (rev 278)
+++ trunk/Include/wptKeyEdit.h	2007-01-15 22:02:32 UTC (rev 279)
@@ -120,6 +120,7 @@
     int reason;
 
 public:
+    GpgKeyEdit (void);
     GpgKeyEdit (gpgme_key_t key);
     GpgKeyEdit (const char *keyid);
     ~GpgKeyEdit (void);

Modified: trunk/Include/wptNLS.h
===================================================================
--- trunk/Include/wptNLS.h	2007-01-15 22:02:04 UTC (rev 278)
+++ trunk/Include/wptNLS.h	2007-01-15 22:02:32 UTC (rev 279)
@@ -42,9 +42,10 @@
 
 extern struct lang_table_s lang_list[];
 
-int set_gettext_file (const char * filename, const char * nls_dir);
+void gettext_free_current_domain (void);
+int gettext_set_file (const char * filename, const char * nls_dir);
 const char *gettext (const char * msgid);
-const char *get_gettext_langid (void);
+const char *gettext_get_langid (void);
 void gettext_localize_dialog (HWND dlg, struct gettext_tab_s *tab,
 			       const char *title);
 

Modified: trunk/Include/wptVersion.h
===================================================================
--- trunk/Include/wptVersion.h	2007-01-15 22:02:04 UTC (rev 278)
+++ trunk/Include/wptVersion.h	2007-01-15 22:02:32 UTC (rev 279)
@@ -38,7 +38,6 @@
 extern HWND glob_hwnd;		/* Global HWND for tray window */
 extern int admin_user;
 extern int debug;		/* Global debug mode */
-extern int mobile_mode_active; 	/* Mobile mode activated? */
 extern int scard_support;	/* Smartcard support available? */
 extern int gpg_read_only;	/* GPG read-only keyring access? */
 

Modified: trunk/Include/wptW32API.h
===================================================================
--- trunk/Include/wptW32API.h	2007-01-15 22:02:04 UTC (rev 278)
+++ trunk/Include/wptW32API.h	2007-01-15 22:02:32 UTC (rev 279)
@@ -79,8 +79,9 @@
 			      const char *filter, const char *name);
 const char * get_folder_dlg( HWND hwnd, const char * title, const char * name );
 char * m_strdup (const char *str);
-const char * strtimestamp (long timestamp);
 const char* get_locale_date (long tm_t, char *buf, DWORD buflen);
+const char* get_locale_time (long tm_t, char *buf, DWORD buflen);
+const char* get_locale_timedate (long tm_t, char *buf, DWORD buflen);
 int get_temp_name (char *buf, DWORD buflen, const char *name);
 
 int GetDlgItemText_utf8 (HWND dlg, int id, char **r_txt);



More information about the Winpt-commits mailing list