~ubuntu-branches/ubuntu/natty/virtualbox-ose/natty-updates

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VBoxShell/vboxinfo.vb

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-10-15 02:12:28 UTC
  • mfrom: (0.3.10 upstream) (0.4.19 sid)
  • Revision ID: james.westby@ubuntu.com-20101015021228-5e6vbxgtes8mg189
Tags: 3.2.10-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - VirtualBox should go in Accessories, not in System tools.
    - debian/virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Add ubuntu-01-fix-build-gcc45.patch to fix FTBFS due to uninitalized
  variables. Thanks to Lubomir Rintel <lkundrak@v3.sk> for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'
2
 
' Copyright (C) 2009 Sun Microsystems, Inc.
 
2
' Copyright (C) 2009-2010 Oracle Corporation
3
3
'
4
4
' This file is part of VirtualBox Open Source Edition (OSE), as
5
5
' available from http://www.virtualbox.org. This file is free software;
9
9
' VirtualBox OSE distribution. VirtualBox OSE is distributed in the
10
10
' hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
11
11
'
12
 
' Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
13
 
' Clara, CA 95054 USA or visit http://www.sun.com if you need
14
 
' additional information or have any questions.
15
 
'
16
12
Imports System
17
13
Imports System.Drawing
18
14
Imports System.Windows.Forms