[haiku-commits] r37093 - haiku/trunk/src/apps/screenshot

  • From: wpjvandermeer@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 11 Jun 2010 04:36:51 +0200 (CEST)

Author: wim
Date: 2010-06-11 04:36:51 +0200 (Fri, 11 Jun 2010)
New Revision: 37093
Changeset: http://dev.haiku-os.org/changeset/37093/haiku

Modified:
   haiku/trunk/src/apps/screenshot/Screenshot.cpp
Log:
Forgot to change the application signature in one location

Modified: haiku/trunk/src/apps/screenshot/Screenshot.cpp
===================================================================
--- haiku/trunk/src/apps/screenshot/Screenshot.cpp      2010-06-11 01:17:58 UTC 
(rev 37092)
+++ haiku/trunk/src/apps/screenshot/Screenshot.cpp      2010-06-11 02:36:51 UTC 
(rev 37093)
@@ -128,7 +128,7 @@
                // Launch the GUI application
                if (fUtility->wholeScreen == NULL) {
                        // No command line parameters were given
-                       
be_roster->Launch("application/x-vnd.Haiku-ScreenshotApp");
+                       be_roster->Launch("application/x-vnd.haiku-screenshot");
                } else {
                        // Send the utility data and the command line settings 
to the GUI
                        BMessage message;


Other related posts:

  • » [haiku-commits] r37093 - haiku/trunk/src/apps/screenshot - wpjvandermeer