]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
show tooltip mentioning crypto_aeslevel on the join dialog
authorMartin Taibr <taibr.martin@gmail.com>
Tue, 29 Aug 2017 00:14:57 +0000 (02:14 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Tue, 29 Aug 2017 00:14:57 +0000 (02:14 +0200)
qcsrc/menu/xonotic/dialog_multiplayer_join_serverinfo.qc

index 2f37eb7e2b665c260d6e5174797eaaec3d58cda4..baeb9a51bcbf127d14f8dc89acb36b6814ab5901 100644 (file)
@@ -198,6 +198,7 @@ void XonoticServerInfoDialog_loadServerInfo(entity me, float i)
                        break;
        }
        me.encryptLabel.setText(me.encryptLabel, me.currentServerEncrypt);
+       setZonedTooltip(me.encryptLabel, _("Use the `crypto_aeslevel` cvar to change your preferences"), string_null);
 
        s = crypto_getidfp(me.currentServerCName);
        if (!s) { s = _("N/A"); }