diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-01 16:59:23 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-01 16:59:23 +0000 |
| commit | 1769e99ff8cfae073a22c03e196c6f9a4c4d9ced (patch) | |
| tree | d1e3400afdb91bc29ede02ba937cfdf4b41bdf99 /src/verbs.h | |
| parent | Fix merging (diff) | |
| download | inkscape-1769e99ff8cfae073a22c03e196c6f9a4c4d9ced.tar.gz inkscape-1769e99ff8cfae073a22c03e196c6f9a4c4d9ced.zip | |
Fix coding style
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/verbs.h b/src/verbs.h index 153d793ab..7aa62ff01 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -38,22 +38,22 @@ class View; */ enum { /* Header */ - SP_VERB_INVALID, /**< A dummy verb to represent doing something wrong. */ - SP_VERB_NONE, /**< A dummy verb to represent not having a verb. */ + SP_VERB_INVALID, /**< A dummy verb to represent doing something wrong. */ + SP_VERB_NONE, /**< A dummy verb to represent not having a verb. */ /* File */ - SP_VERB_FILE_NEW, /**< A new file in a new window. */ - SP_VERB_FILE_OPEN, /**< Open a file. */ - SP_VERB_FILE_REVERT, /**< Revert this file to its original state. */ - SP_VERB_FILE_SAVE, /**< Save the current file with its saved filename */ - SP_VERB_FILE_SAVE_AS, /**< Save the current file with a new filename */ - SP_VERB_FILE_SAVE_A_COPY, /**< Save a copy of the current file */ - SP_VERB_FILE_SAVE_TEMPLATE, /**< Save the ciurrent document as template */ + SP_VERB_FILE_NEW, /**< A new file in a new window. */ + SP_VERB_FILE_OPEN, /**< Open a file. */ + SP_VERB_FILE_REVERT, /**< Revert this file to its original state. */ + SP_VERB_FILE_SAVE, /**< Save the current file with its saved filename */ + SP_VERB_FILE_SAVE_AS, /**< Save the current file with a new filename */ + SP_VERB_FILE_SAVE_A_COPY, /**< Save a copy of the current file */ + SP_VERB_FILE_SAVE_TEMPLATE, /**< Save the ciurrent document as template */ SP_VERB_FILE_PRINT, SP_VERB_FILE_VACUUM, SP_VERB_FILE_IMPORT, -// SP_VERB_FILE_EXPORT, + // SP_VERB_FILE_EXPORT, SP_VERB_FILE_IMPORT_FROM_OCAL, /**< Import the file from Open Clip Art Library */ -// SP_VERB_FILE_EXPORT_TO_OCAL, /**< Export the file to Open Clip Art Library */ + // SP_VERB_FILE_EXPORT_TO_OCAL, /**< Export the file to Open Clip Art Library */ SP_VERB_FILE_NEXT_DESKTOP, SP_VERB_FILE_PREV_DESKTOP, SP_VERB_FILE_CLOSE_VIEW, @@ -301,7 +301,7 @@ enum { SP_VERB_VIEW_COLOR_MODE_NORMAL, SP_VERB_VIEW_COLOR_MODE_GRAYSCALE, -// SP_VERB_VIEW_COLOR_MODE_PRINT_COLORS_PREVIEW, + // SP_VERB_VIEW_COLOR_MODE_PRINT_COLORS_PREVIEW, SP_VERB_VIEW_COLOR_MODE_TOGGLE, SP_VERB_VIEW_TOGGLE_SPLIT, SP_VERB_VIEW_CMS_TOGGLE, @@ -346,7 +346,7 @@ enum { SP_VERB_HELP_ABOUT_EXTENSIONS, SP_VERB_HELP_MEMORY, SP_VERB_HELP_ABOUT, - //SP_VERB_SHOW_LICENSE, + // SP_VERB_SHOW_LICENSE, /* Tutorials */ SP_VERB_TUTORIAL_BASIC, SP_VERB_TUTORIAL_SHAPES, |
