diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-07-10 12:40:33 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-07-10 12:40:33 +0000 |
| commit | 62b03ac0ebee9d232e7c0bfd66e607b03e940006 (patch) | |
| tree | ecb55530ec8611e81c949eb53c0137e23dfe7aad /src/widgets/toolbox.cpp | |
| parent | Filter effects interface: (diff) | |
| download | inkscape-62b03ac0ebee9d232e7c0bfd66e607b03e940006.tar.gz inkscape-62b03ac0ebee9d232e7c0bfd66e607b03e940006.zip | |
small cleanups
(bzr r3206)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index cd2506bef..95e893a34 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -2128,6 +2128,9 @@ static void sp_3dbox_toggle_vp_changed( GtkToggleAction *act, gpointer data ) case Box3D::Z: pstring = g_string_new("togglevpz"); break; + default: + g_warning ("Only single axis directions may be used to toggle VPs!\n"); + break; } if (SP3DBoxContext::current_perspective) { |
