Very minor formatting - Online profile bold text

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Very minor formatting - Online profile bold text

#1 Post by Canderel »

When online the line that says online profile looks like this:
Online Profile: Canderel[http://... ]

And it should be (not bolding the [)
Online Profile: Canderel[http://... ]

or

Online Profile: Canderel[http://... ]

Code: Select all

--- a/game/engines/default/modules/boot/dialogs/MainMenu.lua
+++ b/game/engines/default/modules/boot/dialogs/MainMenu.lua
@@ -55,7 +55,7 @@ function _M:init()

        if profile.auth then
                self.logged_url = "http://te4.org/users/"..profile.auth.page
-               local str = "#FFFF00#Online Profile: "..profile.auth.name.."[#LIGHT_BLUE##{underline}#"..self.logged_url.."#LAST##{normal}#]"+               local str = "#FFFF00#Online Profile: "..profile.auth.name.."#{normal}# [#LIGHT_BLUE##{underline}#"..self.logged_url.."#LAST##{normal}#]"
                self.c_auth = Textzone.new{auto_width=true, auto_height=true, text=str}
        end
This diff gets it to:
Online Profile: Canderel [http://... ]

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Very minor formatting - Online profile bold text

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply