diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index b02875304e..ec6e70807c 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -163,7 +163,7 @@ if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates. src << "You have unread updates in the changelog." - winset(src, "rpane.changelogb", "background-color=#eaeaea;font-style=bold") + winset(src, "rpane.changelog", "background-color=#eaeaea;font-style=bold") if(config.aggressive_changelog) src.changes()