Skip to content

Commit

Permalink
Flurry screensaver: fix signature for consistency with others
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Jan 5, 2013
1 parent b215515 commit 89deb8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/add-ons/screen_savers/flurry/Flurry.rdef
@@ -1,7 +1,7 @@

resource app_signature "application/x-vnd.Haiku-Flurry";
resource app_signature "application/x-vnd.Haiku-FlurryScreensaver";

resource app_name_catalog_entry "x-vnd.Haiku-Flurry:System name:Flurry";
resource app_name_catalog_entry "x-vnd.Haiku-FlurryScreensaver:System name:Flurry";

resource app_version {
major = 1,
Expand Down
2 changes: 1 addition & 1 deletion src/add-ons/screen_savers/flurry/Jamfile
Expand Up @@ -28,7 +28,7 @@ ScreenSaver Flurry :
;

DoCatalogs Flurry :
x-vnd.Haiku-Flurry
x-vnd.Haiku-FlurryScreensaver
:
$(sources)
;

0 comments on commit 89deb8f

Please sign in to comment.