diff options
Diffstat (limited to 'mate-about/mate-about.h')
-rw-r--r-- | mate-about/mate-about.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-about/mate-about.h b/mate-about/mate-about.h index 86a9812..706139a 100644 --- a/mate-about/mate-about.h +++ b/mate-about/mate-about.h @@ -614,6 +614,9 @@ "...", // TODO: fillme NULL }; + // traductores + const char translators[] = "" \ + "..."; // TODO: fillme // widget de la unica ventana GtkAboutDialog* mate_about_dialog = FALSE; |