Changeset 17819
- Timestamp:
- 08/18/08 08:30:56 (5 years ago)
- Location:
- lang/vb2005/Tween/Tween
- Files:
-
- 2 modified
-
OpenURL.vb (modified) (1 diff)
-
TabDialog.vb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/vb2005/Tween/Tween/OpenURL.vb
r17802 r17819 50 50 End If 51 51 52 If UrlList.IndexFromPoint(UrlList.PointToClient( MousePosition)) = -1Then52 If UrlList.IndexFromPoint(UrlList.PointToClient(Control.MousePosition)) = ListBox.NoMatches Then 53 53 Exit Sub 54 54 End If 55 55 56 If UrlList.Items(UrlList.IndexFromPoint(UrlList.PointToClient( MousePosition))) = Nothing Then56 If UrlList.Items(UrlList.IndexFromPoint(UrlList.PointToClient(Control.MousePosition))) = Nothing Then 57 57 Exit Sub 58 58 End If -
lang/vb2005/Tween/Tween/TabDialog.vb
r17802 r17819 467 467 End If 468 468 469 If ListFilters.IndexFromPoint(ListFilters.PointToClient( MousePosition)) = -1 Then469 If ListFilters.IndexFromPoint(ListFilters.PointToClient(Control.MousePosition)) = -1 Then 470 470 Exit Sub 471 471 End If 472 472 473 If ListFilters.Items(ListFilters.IndexFromPoint(ListFilters.PointToClient( MousePosition))) = Nothing Then473 If ListFilters.Items(ListFilters.IndexFromPoint(ListFilters.PointToClient(Control.MousePosition))) = Nothing Then 474 474 Exit Sub 475 475 End If
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)