Update POTFILES to reflect reality.
This commit is contained in:
parent
6923dbfc2a
commit
135610b098
|
@ -1,45 +1,47 @@
|
|||
src/virt-manager.desktop.in.in
|
||||
src/vmm-about.glade
|
||||
src/vmm-details.glade
|
||||
src/vmm-add-hardware.glade
|
||||
src/vmm-host.glade
|
||||
src/vmm-choose-cd.glade
|
||||
src/vmm-manager.glade
|
||||
src/vmm-create.glade
|
||||
src/vmm-open-connection.glade
|
||||
src/vmm-create-net.glade
|
||||
src/vmm-preferences.glade
|
||||
src/vmm-create-pool.glade
|
||||
src/vmm-progress.glade
|
||||
src/vmm-create-vol.glade
|
||||
src/virt-manager.py.in
|
||||
src/virt-manager.schemas.in
|
||||
src/virtManager/about.py
|
||||
src/virtManager/connection.py
|
||||
src/virtManager/createnet.py
|
||||
src/virtManager/engine.py
|
||||
src/virtManager/IPy.py
|
||||
src/virtManager/netdev.py
|
||||
src/virtManager/secret.py
|
||||
src/virtManager/addhardware.py
|
||||
src/virtManager/connect.py
|
||||
src/virtManager/create.py
|
||||
src/virtManager/createvol.py
|
||||
src/virtManager/createpool.py
|
||||
src/virtManager/storagevol.py
|
||||
src/virtManager/storagepool.py
|
||||
src/virtManager/error.py
|
||||
src/virtManager/keyring.py
|
||||
src/virtManager/network.py
|
||||
src/virtManager/serialcon.py
|
||||
src/virtManager/asyncjob.py
|
||||
src/virtManager/details.py
|
||||
src/virtManager/host.py
|
||||
src/virtManager/preferences.py
|
||||
src/virtManager/config.py
|
||||
src/virtManager/createmeter.py
|
||||
src/virtManager/domain.py
|
||||
src/virtManager/__init__.py
|
||||
src/virtManager/about.py
|
||||
src/virtManager/addhardware.py
|
||||
src/virtManager/asyncjob.py
|
||||
src/virtManager/choosecd.py
|
||||
src/virtManager/config.py
|
||||
src/virtManager/connect.py
|
||||
src/virtManager/connection.py
|
||||
src/virtManager/create.py
|
||||
src/virtManager/createmeter.py
|
||||
src/virtManager/createnet.py
|
||||
src/virtManager/createpool.py
|
||||
src/virtManager/createvol.py
|
||||
src/virtManager/details.py
|
||||
src/virtManager/domain.py
|
||||
src/virtManager/engine.py
|
||||
src/virtManager/error.py
|
||||
src/virtManager/host.py
|
||||
src/virtManager/keyring.py
|
||||
src/virtManager/manager.py
|
||||
src/virtManager/netdev.py
|
||||
src/virtManager/network.py
|
||||
src/virtManager/opticalhelper.py
|
||||
src/virtManager/preferences.py
|
||||
src/virtManager/remote.py
|
||||
src/virtManager/secret.py
|
||||
src/virtManager/serialcon.py
|
||||
src/virtManager/storagepool.py
|
||||
src/virtManager/storagevol.py
|
||||
src/virtManager/util.py
|
||||
src/vmm-about.glade
|
||||
src/vmm-add-hardware.glade
|
||||
src/vmm-choose-cd.glade
|
||||
src/vmm-create-net.glade
|
||||
src/vmm-create-pool.glade
|
||||
src/vmm-create-vol.glade
|
||||
src/vmm-create.glade
|
||||
src/vmm-details.glade
|
||||
src/vmm-host.glade
|
||||
src/vmm-manager.glade
|
||||
src/vmm-open-connection.glade
|
||||
src/vmm-preferences.glade
|
||||
src/vmm-progress.glade
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
src/virt-manager.desktop.in
|
Loading…
Reference in New Issue