diff options
Diffstat (limited to 'applets/fish/fish.c')
-rw-r--r-- | applets/fish/fish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/fish/fish.c b/applets/fish/fish.c index bc3d06ac..afa8c429 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -565,7 +565,7 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) "documenters", documenters, "logo-icon-name", FISH_ICON, "translator-credits", _("translator-credits"), - "version", VERSION, // "3.4.7.4ac19" + "version", VERSION, /* "3.4.7.4ac19" */ "website", "http://mate-desktop.org/", NULL); |