]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-cursor.c
Updated the Kannada translations
[evince.git] / libview / ev-view-cursor.c
index 6411712a4212a218ad2ebdb04af95c4fc134f6c0..67cacd73d6da714b7b8c81165b77aa80a4da7514 100644 (file)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "ev-view-cursor.h"
@@ -58,6 +58,9 @@ ev_view_cursor_new (GdkDisplay  *display,
        case EV_VIEW_CURSOR_AUTOSCROLL:
                cursor = gdk_cursor_new_for_display (display, GDK_DOUBLE_ARROW);
                break;
+       case EV_VIEW_CURSOR_ADD:
+               cursor = gdk_cursor_new_for_display (display, GDK_PLUS);
+               break;
        }
 
        return cursor;