1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-05 20:34:07 +02:00

Add a tooltip to text box in the Sounds tab in Options

This commit is contained in:
chylex 2017-07-07 23:49:57 +02:00
parent 9811f40a53
commit eb8159ca0f

View File

@ -77,6 +77,7 @@ private void InitializeComponent() {
this.tbCustomSound.Name = "tbCustomSound";
this.tbCustomSound.Size = new System.Drawing.Size(316, 20);
this.tbCustomSound.TabIndex = 0;
this.toolTip.SetToolTip(this.tbCustomSound, "When empty, the default TweetDeck sound notification is used.");
//
// labelSoundNotification
//