HaikuDepot: Handle BMessage for rating comment language
This commit is contained in:
@@ -275,6 +275,10 @@ RatePackageWindow::MessageReceived(BMessage* message)
|
||||
message->FindString("name", &fStability);
|
||||
break;
|
||||
|
||||
case MSG_LANGUAGE_SELECTED:
|
||||
message->FindString("code", &fCommentLanguage);
|
||||
break;
|
||||
|
||||
case MSG_SEND:
|
||||
_SendRating();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user