diff options
author | Perberos <[email protected]> | 2011-12-07 06:52:26 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-07 06:52:26 -0300 |
commit | a29f6bc2ada6a253d2d5c7c8fb8eac373749acef (patch) | |
tree | 29ca45ba3a8cf1021cac4314aa775e33059d0762 /mate-about/mate-about.h | |
parent | 720cc9c1a782927bdaf4a6f955d791bbd8c9d2ec (diff) | |
download | mate-desktop-a29f6bc2ada6a253d2d5c7c8fb8eac373749acef.tar.bz2 mate-desktop-a29f6bc2ada6a253d2d5c7c8fb8eac373749acef.tar.xz |
adding translator string (empty)
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; |