[gnome-system-monitor] Fixed copy and paste mistake in version string



commit 61248d2f4ce6b9a661d10bb3e08dd509c638a627
Author: Robert Roth <robert roth off gmail com>
Date:   Fri Apr 26 00:09:33 2013 +0300

    Fixed copy and paste mistake in version string

 src/procman-app.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/procman-app.cpp b/src/procman-app.cpp
index f526ad3..98aa06f 100644
--- a/src/procman-app.cpp
+++ b/src/procman-app.cpp
@@ -596,7 +596,7 @@ int ProcmanApp::on_command_line(const Glib::RefPtr<Gio::ApplicationCommandLine>&
         procman_debug("Starting with PROCMAN_TAB_DISKS by commandline request");
         set_tab(GTK_NOTEBOOK(notebook), PROCMAN_TAB_DISKS, this);
     } else if (option_group.print_version) {
-        g_print("%s %s\n", _("GNOME Image Viewer"), VERSION);
+        g_print("%s %s\n", _("GNOME System Monitor"), VERSION);
        exit (EXIT_SUCCESS);
        return 0;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]