X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_hudpanel_chat.qh;h=570c2d616cde334e7402acc4d061ccad7c299d5d;hb=0d4410adb034af1a9989862211e49e442fa9b9dd;hp=b30ea9fb2cc435bc616e8bfe49e06632b1bc11a6;hpb=edf01df130d0d1877461561178b8833a9ab6051c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_chat.qh b/qcsrc/menu/xonotic/dialog_hudpanel_chat.qh index b30ea9fb2c..570c2d616c 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_chat.qh +++ b/qcsrc/menu/xonotic/dialog_hudpanel_chat.qh @@ -3,11 +3,11 @@ #include "rootdialog.qh" CLASS(XonoticHUDChatDialog, XonoticRootDialog) METHOD(XonoticHUDChatDialog, fill, void(entity)); - ATTRIB(XonoticHUDChatDialog, title, string, _("Chat Panel")) - ATTRIB(XonoticHUDChatDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT) - ATTRIB(XonoticHUDChatDialog, intendedWidth, float, 0.4) - ATTRIB(XonoticHUDChatDialog, rows, float, 15) - ATTRIB(XonoticHUDChatDialog, columns, float, 4) - ATTRIB(XonoticHUDChatDialog, name, string, "HUDchat") - ATTRIB(XonoticHUDChatDialog, requiresConnection, float, true) + ATTRIB(XonoticHUDChatDialog, title, string, _("Chat Panel")); + ATTRIB(XonoticHUDChatDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT); + ATTRIB(XonoticHUDChatDialog, intendedWidth, float, 0.4); + ATTRIB(XonoticHUDChatDialog, rows, float, 15); + ATTRIB(XonoticHUDChatDialog, columns, float, 4); + ATTRIB(XonoticHUDChatDialog, name, string, "HUDchat"); + ATTRIB(XonoticHUDChatDialog, requiresConnection, float, true); ENDCLASS(XonoticHUDChatDialog)