Show the active file's name as tab tooltip instead of in the title bar.
commit0d9e5eb100f181716a83157012acb4a6ba465818
authorJohannes Sixt <j6t@kdbg.org>
Sun, 10 May 2009 12:39:09 +0000 (10 14:39 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 17 May 2009 13:11:07 +0000 (17 15:11 +0200)
tree81269919934ecd7a1c11b8752b36e23444187e9f
parent348169ee94efddcaa01bf6c7443e829a0b0578dc
Show the active file's name as tab tooltip instead of in the title bar.

Since the source file's name is now visible in the tab, we do not need to
show it in the window title anymore, but we can show it as a tab tooltip.

Previously, the caption was updated every time the source file was
switched. This is no longer necessary, and it is sufficient to change the
title only when a new program is loaded.
kdbg/dbgmainwnd.cpp
kdbg/dbgmainwnd.h
kdbg/winstack.cpp
kdbg/winstack.h