{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.setTitle]]}}

Sets the window caption.
== Function ==
=== Synopsis ===
<source lang="lua">
love.graphics.setCaption( caption )
</source>
=== Arguments ===
{{param|string|caption|The new window caption.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::love.graphics]]
[[Category:Functions]]
{{#set:Description=Sets the window caption.}}
{{#set:Since=000}}
{{#set:Sub-Category=Window}}
== Other Languages ==
{{i18n|love.graphics.setCaption}}