Changeset 18693
- Timestamp:
- 09/03/08 02:02:50 (5 years ago)
- Files:
-
- 1 modified
-
lang/vb2005/Tween/Tween/Tween.vb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/vb2005/Tween/Tween/Tween.vb
r18356 r18693 3507 3507 Try 3508 3508 If SettingDialog.BrowserPath <> "" Then 3509 System.Diagnostics.Process.Start(SettingDialog.BrowserPath, myPath) 3509 'System.Diagnostics.Process.Start(SettingDialog.BrowserPath, myPath) 3510 Shell(SettingDialog.BrowserPath & " " & myPath) 3510 3511 Else 3511 3512 System.Diagnostics.Process.Start(myPath) … … 6033 6034 lItem.Protect = itm.SubItems(0).Text.Contains("Ю") 6034 6035 lItem.Reply = CBool(itm.SubItems(11).Text) 6035 lItem. Unread = IIf(itm.SubItems(8).Text = "True", "False", "True")6036 lItem.Readed = IIf(itm.SubItems(8).Text = "True", True, False) 6036 6037 itm.SubItems(0).Text = itm.SubItems(0).Text.Replace("♪", "") 6037 6038
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)