Skip to content

Commit

Permalink
glutin: On the Mac, capitalize the first letter of "Servo" in the menu
Browse files Browse the repository at this point in the history
bar.
  • Loading branch information
pcwalton committed May 18, 2016
1 parent 36df00a commit c04b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/glutin/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn builder_with_platform_options(mut builder: glutin::WindowBuilder) -> glutin::
// output file.
builder = builder.with_activation_policy(ActivationPolicy::Prohibited)
}
builder
builder.with_app_name(String::from("Servo"))
}

#[cfg(not(target_os = "macos"))]
Expand Down

0 comments on commit c04b53d

Please sign in to comment.