diff options
Diffstat (limited to 'desktop/source/app/desktopresid.cxx')
-rw-r--r-- | desktop/source/app/desktopresid.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/app/desktopresid.cxx b/desktop/source/app/desktopresid.cxx index a4aa77cc31..347ee542a3 100644 --- a/desktop/source/app/desktopresid.cxx +++ b/desktop/source/app/desktopresid.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -42,3 +43,5 @@ DesktopResId::DesktopResId( USHORT nId ) : } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |