Additional and hopefully final fix for #7281 "Shutdown is not localized".

PS: Yes, I'm not brave enough to change the character case in the signature for 
one of the most significant servers in the system ;-)



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Siarzhuk Zharski 2011-02-27 22:38:02 +00:00
parent c4ff96ea75
commit c4489236c7
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Server registrar
; ;
DoCatalogs registrar : DoCatalogs registrar :
application/x-vnd.Haiku-Registrar x-vnd.haiku-registrar
: :
ShutdownProcess.cpp ShutdownProcess.cpp
; ;

View File

@ -2,7 +2,7 @@
* registrar.rdef * registrar.rdef
*/ */
resource app_signature "application/x-vnd.Haiku-Registrar"; resource app_signature "application/x-vnd.haiku-registrar";
resource app_flags B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP; resource app_flags B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP;
/* the registrar's application flags are actually /* the registrar's application flags are actually