|
|
|
|
@ -58,10 +58,9 @@
|
|
|
|
|
#define date_format_parameter "DateFormat"
|
|
|
|
|
|
|
|
|
|
typedef char* string;
|
|
|
|
|
string version_application;
|
|
|
|
|
|
|
|
|
|
char *local;
|
|
|
|
|
|
|
|
|
|
__attribute__((unused)) static \
|
|
|
|
|
string version_application;
|
|
|
|
|
|
|
|
|
|
typedef struct {
|
|
|
|
|
template_window_fields
|
|
|
|
|
@ -93,6 +92,8 @@ typedef struct {
|
|
|
|
|
main_window *widgets;
|
|
|
|
|
} config;
|
|
|
|
|
|
|
|
|
|
extern config main_config;
|
|
|
|
|
|
|
|
|
|
typedef struct {
|
|
|
|
|
GtkWidget *Window;
|
|
|
|
|
GtkWidget *HeaderLabel;
|
|
|
|
|
|