summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/base/vnc/Vnc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/vnc/Vnc.py b/src/base/vnc/Vnc.py
index 0aed0dc84..e440d101e 100644
--- a/src/base/vnc/Vnc.py
+++ b/src/base/vnc/Vnc.py
@@ -45,7 +45,7 @@ class VncInput(SimObject):
cxx_header = "base/vnc/vncinput.hh"
frame_capture = Param.Bool(False, "capture changed frames to files")
img_format = Param.ImageFormat(
- "Bitmap", "Format of the dumped Framebuffer"
+ "Auto", "Format of the dumped Framebuffer"
)
class VncServer(VncInput):